mirror of
https://github.com/Auxilor/EcoSkills.git
synced 2026-01-01 13:26:30 +00:00
Fixed spelunking
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user