forked from FoundKeyGang/FoundKey
Clean up
This commit is contained in:
parent
490b81ed05
commit
1448b11d00
1 changed files with 0 additions and 3 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue