diff --git a/SpigotCore_Main/src/de/steamwar/inventory/SWInventory.java b/SpigotCore_Main/src/de/steamwar/inventory/SWInventory.java index 470853f..31482b4 100644 --- a/SpigotCore_Main/src/de/steamwar/inventory/SWInventory.java +++ b/SpigotCore_Main/src/de/steamwar/inventory/SWInventory.java @@ -88,7 +88,7 @@ public class SWInventory implements Listener { } @EventHandler - private void onInventoryClick(InventoryClickEvent e){ + public void onInventoryClick(InventoryClickEvent e){ if(!player.equals(e.getWhoClicked())) return; @@ -98,7 +98,7 @@ public class SWInventory implements Listener { } @EventHandler - private void onInventoryClose(InventoryCloseEvent e){ + public void onInventoryClose(InventoryCloseEvent e){ if(!player.equals(e.getPlayer())) return;