1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 12:36:06 +02:00
This commit is contained in:
syuilo
2019-05-07 18:20:18 +09:00
parent 490b81ed05
commit 1448b11d00

View File

@@ -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));
}