Skip to content

Commit

Permalink
Update game.board.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih authored Feb 19, 2024
1 parent d7f9db3 commit f200e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/reversi/game.board.vue
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ if (game.value.isStarted && !game.value.isEnded) {
crc32: crc32.toString(),
}).then((res) => {
if (res.desynced) {
console.log('resynced');
if (_DEV_) console.log('resynced');
restoreGame(res.game!);
}
});
Expand Down

0 comments on commit f200e9a

Please sign in to comment.