Fix chestgui
This commit is contained in:
parent
c633a1f52e
commit
b2a2c60dfd
3 changed files with 12 additions and 100 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue