diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/tnt/TNTElement.java b/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/tnt/TNTElement.java index fadffe21..a9df556e 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/tnt/TNTElement.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/tnt/TNTElement.java @@ -93,6 +93,7 @@ public class TNTElement implements SimulatorElement { this.zVelocity = yapionObject.getBooleanOrDefault("zVelocity", false); this.order = Material.valueOf(yapionObject.getStringOrDefault("order", yapionObject.getBooleanOrDefault("comparator", false) ? Material.COMPARATOR.name() : Material.REPEATER.name())); this.material = Material.valueOf(yapionObject.getStringOrDefault("material", Material.TNT.name())); + _updatePosition(); } @Override