mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-09 04:23:45 -05:00
Fix room auth's not being saved
This commit is contained in:
parent
fcc9dd27a8
commit
beda4c7a3d
|
|
@ -315,6 +315,9 @@ var commands = exports.commands = {
|
|||
if (targetUser) {
|
||||
targetUser.updateIdentity();
|
||||
}
|
||||
if (room.chatRoomData) {
|
||||
Rooms.global.writeChatRoomData();
|
||||
}
|
||||
},
|
||||
|
||||
autojoin: function(target, room, user, connection) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user