From 1e6c3498801dc9c068c5bb50de32f10ab716aba4 Mon Sep 17 00:00:00 2001 From: Lixfel Date: Tue, 22 Dec 2020 08:32:42 +0100 Subject: [PATCH] Hotfix SWListInv --- SpigotCore_Main/src/de/steamwar/inventory/SWInventory.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;