Skip to content

Commit

Permalink
インベントリをopenするとカーソルが真ん中に移動するバグを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisa9006 committed Nov 17, 2024
1 parent 10aaecf commit 7f7fe24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/dev/felnull/bettergui/core/InventoryGUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ public InventoryGUI(Player player){
}

public void openPage(GUIPage page){
this.player.closeInventory();
page.setUp();
this.player.openInventory(page.inventory);
this.currentPage = page;
Expand Down

0 comments on commit 7f7fe24

Please sign in to comment.