This commit is contained in:
Brianna 2019-04-06 18:10:47 -04:00
parent cadbc10bb7
commit dae95b798f

View File

@ -301,8 +301,7 @@ public class GUIKitEditor extends AbstractGUI {
this.slot = slot;
constructGUI();
break;
case DISPLAY_ITEM:
if (true) {
case DISPLAY_ITEM: {
muteSave = true;
saveKit(player, this.inventory);
AbstractAnvilGUI gui = new AbstractAnvilGUI(player, event -> {
@ -333,8 +332,7 @@ public class GUIKitEditor extends AbstractGUI {
gui.open();
}
break;
case DISPLAY_NAME:
if (true) {
case DISPLAY_NAME: {
muteSave = true;
saveKit(player, this.inventory);
AbstractAnvilGUI gui = new AbstractAnvilGUI(player, event -> {
@ -358,8 +356,7 @@ public class GUIKitEditor extends AbstractGUI {
gui.open();
}
break;
case DISPLAY_LORE:
if (true) {
case DISPLAY_LORE: {
muteSave = true;
saveKit(player, this.inventory);
AbstractAnvilGUI gui = new AbstractAnvilGUI(player, event -> {