fix: this has been done a long time ago

This commit is contained in:
aro 2022-11-08 15:03:51 +01:00
parent 5024d57308
commit 4afdaf4957

View file

@ -32,7 +32,6 @@ public class MainGUI {
.addIngredient('A', new AdminPanelAccessItem())
.addIngredient('B', new ChangeNameAndSkinItem())
.addIngredient('R', new ResetItem())
// TODO: 11/3/22 Add possibility to reset either skin or name or both
.build();
this.player = player;
}