LH 11 月之前
父节点
当前提交
8d55b9c59f
共有 1 个文件被更改,包括 5 次插入0 次删除
  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);
+            }
 
         }
     }