diff --git a/2006Redone Server/src/com/rebotted/GameEngine.java b/2006Redone Server/src/com/rebotted/GameEngine.java index 847aa98e..6bd717b4 100644 --- a/2006Redone Server/src/com/rebotted/GameEngine.java +++ b/2006Redone Server/src/com/rebotted/GameEngine.java @@ -159,8 +159,7 @@ public class GameEngine { * 300ms to execute, this scheduler will wait 300ms only before the next * tick. * - * Each tick, it will attempt to get a lock on the main server thread. - * Without locking this runnable, multiple ticks could occur at once. + * scheduleAtFixedRate() does not invoke concurrent Runnables. */ scheduler.scheduleAtFixedRate(new Runnable() { public void run() {