LH il y a 11 mois
Parent
commit
8d55b9c59f
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      QuickStuff/src/main/java/GPN/BotGame.java

+ 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);
+            }
 
         }
     }