Fix for ageable.
This commit is contained in:
parent
6d5acd29db
commit
68e068092f
@ -5,6 +5,8 @@ public abstract class DisguiseAgeable extends DisguiseCreature
|
||||
public DisguiseAgeable(org.bukkit.entity.Entity entity)
|
||||
{
|
||||
super(entity);
|
||||
|
||||
DataWatcher.a(12, new Integer(0));
|
||||
}
|
||||
|
||||
public boolean isBaby()
|
||||
|
Loading…
Reference in New Issue
Block a user