9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-24 01:19:22 +00:00

Fixed duplicated messages for lifespan

This commit is contained in:
Auxilor
2023-03-28 17:23:24 +01:00
parent b3b7695218
commit 4e86750c7d
2 changed files with 1 additions and 6 deletions

View File

@@ -14,11 +14,6 @@ class LifespanTicker : BossTicker {
Bukkit.getPluginManager().callEvent(event)
boss.remove()
boss.boss.handleLifecycle(
BossLifecycle.DESPAWN,
boss.entity.location,
boss.entity
)
}
}
}