Skip to content

Commit 005674d

Browse files
committed
Fix checkstyle
1 parent a4a3233 commit 005674d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/fr/zcraft/quartzlib/tools/items/InventoryUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ public static void breakItemInHand(Player player, @NotNull InventoryUtils.DualWi
158158
case OFF_HAND:
159159
player.getInventory().setItemInOffHand(item);
160160
break;
161+
default: break;
161162
}
162163
//player.playSound(player.getLocation(), Sound.ITEM_BREAK, 0.8f, 1);
163164
}

0 commit comments

Comments
 (0)