diff --git a/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandTNT.java b/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandTNT.java index c96ff53..c839afe 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandTNT.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandTNT.java @@ -77,7 +77,6 @@ public class CommandTNT extends SWCommand implements Listener { public void setCommand(Player p, TNTMode tntMode) { if (!permissionCheck(p)) return; Region region = Region.getRegion(p.getLocation()); - tntToggle(region, null, null); String requestedMessage = null; switch (tntMode) {