9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-20 15:39:31 +00:00

Fixed boss dropping default mob drops

This commit is contained in:
Auxilor
2022-02-06 13:50:16 +00:00
parent db3bc38e9c
commit af1eb8d27c

View File

@@ -21,6 +21,7 @@ class DeathListeners : Listener {
boss.remove()
event.drops.clear()
}
@EventHandler(
@@ -33,6 +34,8 @@ class DeathListeners : Listener {
Bukkit.getPluginManager().callEvent(deathEvent)
boss.remove()
event.drops.clear()
}
@EventHandler(