Moved a bracket :o

This commit is contained in:
Brianna 2019-07-17 09:01:28 -04:00
parent 1184ce24f3
commit 5b8d80e09d
1 changed files with 0 additions and 1 deletions

View File

@ -192,7 +192,6 @@ public class StackingTask extends BukkitRunnable {
instance.getEntityStackManager().addStack(Methods.newEntity(entity), i > 25 ? 25 : i);
}
entity.remove();
}
private void fixHealth(LivingEntity entity, LivingEntity initialEntity) {