Make twist setting actually permanent (#6544)

This commit is contained in:
Charlie Kobayashi 2020-04-08 20:33:20 -04:00 committed by GitHub
parent c13a12cb65
commit 558202cb96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();
}
}