From 6ddc045968146d7dc87745a26417eb8d48d9384d Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Mon, 27 Sep 2021 17:18:57 +0200 Subject: [PATCH] Runable --- SpigotCore_Main/src/de/steamwar/inventory/SWInventory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpigotCore_Main/src/de/steamwar/inventory/SWInventory.java b/SpigotCore_Main/src/de/steamwar/inventory/SWInventory.java index be75f28..e653ba8 100644 --- a/SpigotCore_Main/src/de/steamwar/inventory/SWInventory.java +++ b/SpigotCore_Main/src/de/steamwar/inventory/SWInventory.java @@ -68,7 +68,7 @@ public class SWInventory implements Listener { callbacks.put(-1, inventoryClickEvent -> c.clicked(null)); } - public void addCloseRunable(Runnable c) { + public void addCloseRunnable(Runnable c) { callbacks.put(-1, inventoryClickEvent -> c.run()); }