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