Skip to content

Commit 11a7679

Browse files
committed
📦 Remove assert
1 parent 2fe1bc9 commit 11a7679

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

common/src/main/java/com/mrcrayfish/backpacked/common/backpack/UnlockableSlots.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ private UnlockableSlots(List<Integer> slots, int maxSlots)
5959

6060
private UnlockableSlots(Set<Integer> slots, int maxSlots)
6161
{
62-
assert maxSlots > 0;
6362
this.slots = slots;
6463
this.maxSlots = maxSlots;
6564
this.nextCount = calculateUnlockedCount(slots, maxSlots);

0 commit comments

Comments
 (0)