Fix room auth's not being saved

This commit is contained in:
Slayer95 2013-10-05 11:17:51 -05:00
parent fcc9dd27a8
commit beda4c7a3d

View File

@ -315,6 +315,9 @@ var commands = exports.commands = {
if (targetUser) {
targetUser.updateIdentity();
}
if (room.chatRoomData) {
Rooms.global.writeChatRoomData();
}
},
autojoin: function(target, room, user, connection) {