mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01: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.crc32 == null) return;
|
||||
|
||||
if (crc32 !== game.crc32) {
|
||||
this.send('rescue', await ReversiGames.pack(game, this.user));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user