mirror of
https://github.com/Auxilor/EcoMobs.git
synced 2025-12-20 07:29:21 +00:00
Fixed duplicated messages for lifespan
This commit is contained in:
@@ -14,11 +14,6 @@ class LifespanTicker : BossTicker {
|
||||
Bukkit.getPluginManager().callEvent(event)
|
||||
|
||||
boss.remove()
|
||||
boss.boss.handleLifecycle(
|
||||
BossLifecycle.DESPAWN,
|
||||
boss.entity.location,
|
||||
boss.entity
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#libreforge-updater
|
||||
#Tue Mar 28 15:58:03 BST 2023
|
||||
#Tue Mar 28 17:21:38 BST 2023
|
||||
kotlin.code.style=official
|
||||
libreforge-version=4.0.0
|
||||
version=9.0.0
|
||||
|
||||
Reference in New Issue
Block a user