Skip to content

Commit

Permalink
gui: fix stack overflow bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvigarabis committed Jan 2, 2024
1 parent 284a008 commit 32f0eaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ public void show(Player player) {
}
public void closeGui(){
if (this.inventoryView != null){
this.inventoryView.close();
this.ctrl.player.closeInventory();
}

this.inventory = null;
Expand Down

0 comments on commit 32f0eaf

Please sign in to comment.