Faster game start for accepted live challenges
[vchess.git] / client / src / views / Hall.vue
index 96174c1..4a481df 100644 (file)
@@ -1303,7 +1303,7 @@ export default {
             this.$router.push("/game/" + gameInfo.id);
           });
         },
-        this.focus ? 500 + 1000 * Math.random() : 0
+        this.focus ? 0 : 500 + 1000 * Math.random()
       );
     }
   }