diff --git a/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandTNT.java b/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandTNT.java index f077b5e..1c35d4c 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandTNT.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandTNT.java @@ -28,6 +28,6 @@ public class CommandTNT extends ToggleCommand { @EventHandler public void onExplode(EntityExplodeEvent e) { - e.setCancelled(true); + e.blockList().clear(); } }