Skip to content

Commit

Permalink
Fix missing break
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Mar 16, 2016
1 parent 2ca4765 commit 7d5936d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -197,6 +197,7 @@ public void set(int slot, ItemStack item) {
break;
case 5:
equip.setItemInOffHand(item);
break;
default:
throw new IllegalArgumentException("Slot must be between 0 and 5");
}
Expand Down

0 comments on commit 7d5936d

Please sign in to comment.