mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-20 20:42:53 +09:00
Clean up
This commit is contained in:
parent
9a93ecfbad
commit
0a3b4e364a
@ -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
Block a user