9
0
mirror of https://github.com/Auxilor/EcoSkills.git synced 2026-01-06 15:51:52 +00:00

Merge branch 'Auxilor:master' into master

This commit is contained in:
samerbam
2021-09-01 00:24:25 -04:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -74,14 +74,14 @@ class EffectSpelunking : Effect(
it
})
noRepeat.add(dropEvent)
Bukkit.getPluginManager().callEvent(dropEvent)
if (dropEvent.items.isEmpty() || dropEvent.isCancelled) {
return
}
noRepeat.add(dropEvent)
DropQueue(player)
.addItems(*dropEvent.items.map { it.itemStack })
.push()

View File

@@ -1,2 +1,2 @@
version = 1.0.3
version = 1.0.4
plugin-name = EcoSkills