Fixes a minor typo
This commit is contained in:
parent
2c12935250
commit
c633a1f52e
3 changed files with 3 additions and 6 deletions
|
@ -35,6 +35,7 @@ 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