From 480b3c91d573a4f9df3952ef1478b15a3d044a11 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Wed, 29 Sep 2021 20:50:16 +0200 Subject: [PATCH] Hotfix SWInventory --- SpigotCore_Main/src/de/steamwar/inventory/SWInventory.java | 1 + 1 file changed, 1 insertion(+) diff --git a/SpigotCore_Main/src/de/steamwar/inventory/SWInventory.java b/SpigotCore_Main/src/de/steamwar/inventory/SWInventory.java index 83314b4..ff18b19 100644 --- a/SpigotCore_Main/src/de/steamwar/inventory/SWInventory.java +++ b/SpigotCore_Main/src/de/steamwar/inventory/SWInventory.java @@ -162,5 +162,6 @@ public class SWInventory implements Listener { InventoryCloseEvent.getHandlerList().unregister(this); if(callbacks.containsKey(-1)) callbacks.get(-1).accept(null); + open = false; } }