Fix for ageable.

This commit is contained in:
Jonathan Williams 2013-09-23 15:09:52 -07:00
parent 6d5acd29db
commit 68e068092f
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ public abstract class DisguiseAgeable extends DisguiseCreature
public DisguiseAgeable(org.bukkit.entity.Entity entity) public DisguiseAgeable(org.bukkit.entity.Entity entity)
{ {
super(entity); super(entity);
DataWatcher.a(12, new Integer(0));
} }
public boolean isBaby() public boolean isBaby()