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

Rearranged entries in tick

This commit is contained in:
Auxilor
2021-04-07 18:07:39 +01:00
parent e94320445f
commit 9c266acf84

View File

@@ -140,8 +140,8 @@ public class LivingEcoBoss extends PluginDependent {
for (Effect effect : effects) {
effect.onDeath(boss, entity, tick);
}
runnable.cancel();
boss.removeLivingBoss(entity.getUniqueId());
runnable.cancel();
}
}