1
0
LH 11 сар өмнө
parent
commit
8d55b9c59f

+ 5 - 0
QuickStuff/src/main/java/GPN/BotGame.java

@@ -49,6 +49,11 @@ public class BotGame {
             }
             catch (Error e){l.error(e);} //H4x
             catch (Exception e){l.error(e);} //H4x
+            try {
+                Thread.sleep(1000);
+            } catch (InterruptedException e) {
+                throw new RuntimeException(e);
+            }
 
         }
     }