Skip to content

Commit

Permalink
Revert reordering of initItems call
Browse files Browse the repository at this point in the history
  • Loading branch information
NichtStudioCode committed May 30, 2024
1 parent fb9e0e5 commit 9b43a23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,9 @@ public void open() {
openWindow.handleCloseEvent(true);
}

initItems();
currentlyOpen = true;
hasHandledClose = false;
initItems();
WindowManager.getInstance().addWindow(this);
for (AbstractGui gui : getGuis()) gui.addParent(this);
openInventory(viewer);
Expand Down

0 comments on commit 9b43a23

Please sign in to comment.