mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-27 16:53:10 +02:00
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.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 a new issue