fix extra ready on game done

This commit is contained in:
ntr
2019-05-21 16:44:16 +10:00
parent 97facad440
commit 27a7a6e114
2 changed files with 7 additions and 5 deletions
+1
View File
@@ -47,6 +47,7 @@ function GamePanel(props) {
if (game.phase === 'Finish') {
sendInstanceState(game.instance);
quit();
return true;
}
if (resolution) {