Fix chestgui

This commit is contained in:
zontreck 2024-01-10 00:11:20 -07:00
parent c633a1f52e
commit b2a2c60dfd
3 changed files with 12 additions and 100 deletions

View file

@ -35,7 +35,6 @@ public class ChestGUIMenu extends AbstractContainerMenu
super(ModMenuTypes.CHEST_GUI_MENU.get(), id);
this.gui = gui;
gui.checkPageButtons();
this.player = player;
slots = new ChestGUIReadOnlyStackHandler(gui, player);