diff --git a/SpigotCore_Main/src/de/steamwar/inventory/SchematicSelector.java b/SpigotCore_Main/src/de/steamwar/inventory/SchematicSelector.java index d795783..03931a6 100644 --- a/SpigotCore_Main/src/de/steamwar/inventory/SchematicSelector.java +++ b/SpigotCore_Main/src/de/steamwar/inventory/SchematicSelector.java @@ -79,13 +79,13 @@ public class SchematicSelector { if(publicMode == PublicMode.PUBLIC_ONLY) { this.user = SteamwarUser.get(0); } - injectable.onSelectorOpen(this, SchematicSelectorInjectable.OpenFrom.FRESH); openList(null); + injectable.onSelectorOpen(this, SchematicSelectorInjectable.OpenFrom.FRESH); } public void reOpen() { - injectable.onSelectorOpen(this, SchematicSelectorInjectable.OpenFrom.REOPEN); openList(lastParent); + injectable.onSelectorOpen(this, SchematicSelectorInjectable.OpenFrom.REOPEN); } private void openList(SchematicNode parent) {