From 3e3b79019912aa14ba2e1bd80f807deca51dd9d0 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Sat, 3 Apr 2021 12:03:04 +0200 Subject: [PATCH] Hotfix CommandTNT --- .../src/de/steamwar/bausystem/commands/CommandTNT.java | 1 - 1 file changed, 1 deletion(-) 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) {