fix: item is a global ingredient

This commit is contained in:
aro 2022-12-07 17:07:47 +01:00
parent a0e8b2c1e6
commit bb6fe9a6cd

View file

@ -26,7 +26,6 @@ public class MainGUI {
this.gui = new GUIBuilder<>(GUIType.NORMAL)
.setStructure(new Structure(structureIngredients))
.addIngredient('E', new ExitDoorItem())
.addIngredient('N', new ChangeNameItem())
.addIngredient('S', new ChangeSkinItem())
.addIngredient('P', new SettingsItem())