1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Remove empty line

This commit is contained in:
svr333 2020-10-05 18:38:58 +02:00
parent 0a19f76787
commit fe50d96270

View File

@ -63,7 +63,6 @@ public class MagicalZombiePills extends SimpleSlimefunItem<EntityInteractHandler
if (entity instanceof ZombieVillager) {
healZombieVillager((ZombieVillager) entity, p);
}
else if (entity instanceof PigZombie) {
healZombifiedPiglin((PigZombie) entity);
}