diff --git a/BauSystem/BauSystem_Main/src/de/steamwar/bausystem/features/loader/Loader.java b/BauSystem/BauSystem_Main/src/de/steamwar/bausystem/features/loader/Loader.java index d8489a0f..0ce38b9a 100644 --- a/BauSystem/BauSystem_Main/src/de/steamwar/bausystem/features/loader/Loader.java +++ b/BauSystem/BauSystem_Main/src/de/steamwar/bausystem/features/loader/Loader.java @@ -93,6 +93,7 @@ public class Loader implements Listener { element.execute(delay -> waitTime = delay); if (waitTime > 0) { if (element instanceof LoaderTNT) currentElement--; + waitTime--; return; } }