diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoskills/effects/effects/EffectSpelunking.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoskills/effects/effects/EffectSpelunking.kt index 4358a38..406971b 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoskills/effects/effects/EffectSpelunking.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoskills/effects/effects/EffectSpelunking.kt @@ -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) {