diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/countingwand/CountingwandGuiItem.java b/BauSystem_Main/src/de/steamwar/bausystem/features/countingwand/CountingwandGuiItem.java index bc1ea166..97e88047 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/countingwand/CountingwandGuiItem.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/countingwand/CountingwandGuiItem.java @@ -53,7 +53,7 @@ public class CountingwandGuiItem extends GuiItem { @Override public boolean click(ClickType click, Player p) { p.closeInventory(); - BauGUI.giveItem(p); + p.performCommand("countingwand"); return false; }