Skip to content
Snippets Groups Projects
Unverified Commit 1448b11d authored by syuilo's avatar syuilo
Browse files

Clean up

parent 490b81ed
No related branches found
No related tags found
No related merge requests found
......@@ -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));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment