fix extra ready on game done
This commit is contained in:
@@ -47,6 +47,7 @@ function GamePanel(props) {
|
||||
if (game.phase === 'Finish') {
|
||||
sendInstanceState(game.instance);
|
||||
quit();
|
||||
return true;
|
||||
}
|
||||
|
||||
if (resolution) {
|
||||
|
||||
Reference in New Issue
Block a user