Fixed Husks rendering as standard zombies. Closes #3028

This commit is contained in:
LexManos 2016-06-25 11:05:46 -07:00
parent 7f30e76dad
commit dd3c3a249e
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ public class VillagerRegistry
{
if (prof == null)
{
if (entity.func_189777_di() != ZombieType.NORMAL)
if (entity.func_189777_di() != ZombieType.NORMAL && entity.func_189777_di() != ZombieType.HUSK)
entity.func_189778_a(ZombieType.NORMAL);
return;
}