Remove extra ()
[vchess.git] / client / src / views / Game.vue
index f7e5549..d4a7b6f 100644 (file)
@@ -522,6 +522,7 @@ export default {
           if (!this.killed[this.st.user.sid]) {
             // Ask potentially missed last state, if opponent and I play
             if (
+              !this.gotLastate &&
               !!this.game.mycolor &&
               this.game.type == "live" &&
               this.game.score == "*" &&