This commit is contained in:
syuilo 2019-05-07 18:20:18 +09:00
parent 490b81ed05
commit 1448b11d00
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

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