9
0
mirror of https://github.com/Auxilor/EcoSkills.git synced 2026-01-01 13:26:30 +00:00

Fixed spelunking

This commit is contained in:
Auxilor
2021-08-26 16:50:20 +01:00
parent 62e2d4cdc7
commit e7ad604ebf

View File

@@ -79,7 +79,7 @@ class EffectSpelunking : Effect(
stack.amount = stack.amount * amount
item.itemStack = stack
item
}.toList())
}.toMutableList())
noRepeat.add(dropEvent)
if (dropEvent.items.isEmpty() || dropEvent.isCancelled) {