jrt92 created page: home authored by Daniel Vestergaard's avatar Daniel Vestergaard
...@@ -367,7 +367,8 @@ public int takeControl() { ...@@ -367,7 +367,8 @@ public int takeControl() {
} }
private void roll() { private void roll() {
takeControl = System.currentTimeMillis() + MIN_DELAY + random.nextInt(MAX_DELAY - MIN_DELAY); takeControl = System.currentTimeMillis() + MIN_DELAY
+ random.nextInt(MAX_DELAY - MIN_DELAY);
} }
... ...
public void action() { public void action() {
... ...
......