mirror of
https://github.com/songoda/UltimateStacker.git
synced 2025-03-13 06:59:05 +01:00
Moved a bracket :o
This commit is contained in:
parent
1184ce24f3
commit
5b8d80e09d
@ -192,7 +192,6 @@ public class StackingTask extends BukkitRunnable {
|
|||||||
instance.getEntityStackManager().addStack(Methods.newEntity(entity), i > 25 ? 25 : i);
|
instance.getEntityStackManager().addStack(Methods.newEntity(entity), i > 25 ? 25 : i);
|
||||||
}
|
}
|
||||||
entity.remove();
|
entity.remove();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void fixHealth(LivingEntity entity, LivingEntity initialEntity) {
|
private void fixHealth(LivingEntity entity, LivingEntity initialEntity) {
|
||||||
|
Loading…
Reference in New Issue
Block a user