From 0f74504c011a06d8065a770eadd20a77df400616 Mon Sep 17 00:00:00 2001 From: Zeanon Date: Sun, 2 May 2021 20:22:51 +0200 Subject: [PATCH] Me Stupid --- .../bausystem/features/countingwand/CountingwandGuiItem.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }