note
All checks were successful
Build / build (18) (push) Successful in 37s
Build / build (20) (push) Successful in 48s
Build / build (22) (push) Successful in 57s
Build / build (18) (pull_request) Successful in 38s
Build / build (20) (pull_request) Successful in 49s
Build / build (22) (pull_request) Successful in 59s

This commit is contained in:
Sainan 2025-02-26 11:02:04 +01:00
parent 3a527e029d
commit b1f6ffec8e

View File

@ -172,6 +172,7 @@ const occupySlot = (
if (premiumPurchase) { if (premiumPurchase) {
slotChanges.Extra += 1; slotChanges.Extra += 1;
} else { } else {
// { count: 1, platinum: 0, Slots: -1 }
slotChanges.Slots -= 1; slotChanges.Slots -= 1;
} }
updateSlots(inventory, bin, slotChanges.Slots, slotChanges.Extra); updateSlots(inventory, bin, slotChanges.Slots, slotChanges.Extra);