mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-23 00:06:15 -05:00
Make twist setting actually permanent (#6544)
This commit is contained in:
parent
c13a12cb65
commit
558202cb96
|
|
@ -1522,7 +1522,7 @@ let commands = {
|
|||
|
||||
room.officialtwist = twist;
|
||||
if (room.chatRoomData) {
|
||||
room.chatRoomData.twist = room.officialtwist;
|
||||
room.chatRoomData.officialtwist = room.officialtwist;
|
||||
Rooms.global.writeChatRoomData();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user