mirror of
https://github.com/Auxilor/EcoMobs.git
synced 2025-12-20 23:49:22 +00:00
Rearranged entries in tick
This commit is contained in:
@@ -140,8 +140,8 @@ public class LivingEcoBoss extends PluginDependent {
|
|||||||
for (Effect effect : effects) {
|
for (Effect effect : effects) {
|
||||||
effect.onDeath(boss, entity, tick);
|
effect.onDeath(boss, entity, tick);
|
||||||
}
|
}
|
||||||
runnable.cancel();
|
|
||||||
boss.removeLivingBoss(entity.getUniqueId());
|
boss.removeLivingBoss(entity.getUniqueId());
|
||||||
|
runnable.cancel();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user