diff --git a/2006Redone Server/src/com/rebotted/GameEngine.java b/2006Redone Server/src/com/rebotted/GameEngine.java index 2d8b215d..ca6fa259 100644 --- a/2006Redone Server/src/com/rebotted/GameEngine.java +++ b/2006Redone Server/src/com/rebotted/GameEngine.java @@ -207,8 +207,8 @@ public class GameEngine { } PlayerSave.saveGame((Client) p); System.out.println("Saved game for " + p.playerName + "."); - scheduler.shutdown(); // Kills the tickloop thread if Exception is thrown. } + scheduler.shutdown(); // Kills the tickloop thread if Exception is thrown. } } }, 0, GameConstants.CYCLE_TIME, TimeUnit.MILLISECONDS);