Clean up
This commit is contained in:
parent
490b81ed05
commit
1448b11d00
|
@ -308,9 +308,6 @@ export default class extends Channel {
|
||||||
|
|
||||||
if (!game.isStarted) return;
|
if (!game.isStarted) return;
|
||||||
|
|
||||||
// 互換性のため
|
|
||||||
if (game.crc32 == null) return;
|
|
||||||
|
|
||||||
if (crc32 !== game.crc32) {
|
if (crc32 !== game.crc32) {
|
||||||
this.send('rescue', await ReversiGames.pack(game, this.user));
|
this.send('rescue', await ReversiGames.pack(game, this.user));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue