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