This commit is contained in:
syuilo 2019-05-07 18:20:18 +09:00
parent 9a93ecfbad
commit 0a3b4e364a

View File

@ -308,9 +308,6 @@ export default class extends Channel {
if (!game.isStarted) return;
// 互換性のため
if (game.crc32 == null) return;
if (crc32 !== game.crc32) {
this.send('rescue', await ReversiGames.pack(game, this.user));
}