Skip to content

Commit 64dfb48

Browse files
committed
📦 Remove assert
1 parent 9c1124c commit 64dfb48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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
@@ -68,7 +68,6 @@ private UnlockableSlots(List<Integer> slots, int maxSlots)
6868

6969
private UnlockableSlots(Set<Integer> slots, int maxSlots)
7070
{
71-
assert maxSlots > 0;
7271
this.slots = slots;
7372
this.maxSlots = maxSlots;
7473
this.nextCount = calculateUnlockedCount(slots, maxSlots);

0 commit comments

Comments
 (0)