Skip to content

Commit

Permalink
[CORE] Dont break in case of Reset - ItemFrame.RESET
Browse files Browse the repository at this point in the history
Signed-off-by: Wolfstorm <[email protected]>
  • Loading branch information
Wolfieheart committed Jul 24, 2021
1 parent 2d94b22 commit 5db0a89
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ public void editItemFrame(ItemFrame itemFrame) {
break;
case RESET:
itemFrame.setVisible(true);
break;
case NONE:
sendMessage("nomode", null);
break;
Expand Down

0 comments on commit 5db0a89

Please sign in to comment.