Synchrone2: almost OK (issues with undoing pass moves)
[vchess.git] / client / src / views / Rules.vue
index 2edd8a8..dc96ffb 100644 (file)
@@ -123,9 +123,8 @@ export default {
           // NOTE: game might be null
           this.$refs["compgame"].launchGame(game);
         });
-      } else {
-        this.$refs["compgame"].launchGame();
       }
+      else this.$refs["compgame"].launchGame();
     },
     // The user wants to stop the game:
     stopGame: function() {