diff --git a/src/main/java/io/github/rypofalem/armorstandeditor/PlayerEditor.java b/src/main/java/io/github/rypofalem/armorstandeditor/PlayerEditor.java index dbe70c77..0f3444cb 100644 --- a/src/main/java/io/github/rypofalem/armorstandeditor/PlayerEditor.java +++ b/src/main/java/io/github/rypofalem/armorstandeditor/PlayerEditor.java @@ -177,7 +177,6 @@ public void editItemFrame(ItemFrame itemFrame) { break; case RESET: itemFrame.setVisible(true); - break; case NONE: sendMessage("nomode", null); break;