fix: this has been done a long time ago
This commit is contained in:
parent
5024d57308
commit
4afdaf4957
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ public class MainGUI {
|
||||||
.addIngredient('A', new AdminPanelAccessItem())
|
.addIngredient('A', new AdminPanelAccessItem())
|
||||||
.addIngredient('B', new ChangeNameAndSkinItem())
|
.addIngredient('B', new ChangeNameAndSkinItem())
|
||||||
.addIngredient('R', new ResetItem())
|
.addIngredient('R', new ResetItem())
|
||||||
// TODO: 11/3/22 Add possibility to reset either skin or name or both
|
|
||||||
.build();
|
.build();
|
||||||
this.player = player;
|
this.player = player;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue