diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/world/AutoShutdownListener.java b/BauSystem_Main/src/de/steamwar/bausystem/features/world/AutoShutdownListener.java index 8ca28941..4e5d62e1 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/world/AutoShutdownListener.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/world/AutoShutdownListener.java @@ -68,10 +68,6 @@ public class AutoShutdownListener implements Listener { Bukkit.shutdown(); return; } - count++; - if (count <= 120) { - return; - } try { if (RamUsage.getUsage() > 0.8) { Bukkit.shutdown();