This commit is contained in:
Chiss 2013-11-16 17:10:54 +11:00
parent ef54732531
commit ea8d28abc1

View File

@ -41,6 +41,7 @@ public class CreatureForm extends Form
else if (_type == EntityType.PIG) {_disguise = new DisguisePig(Player); icon = Material.PORK;}
Host.Manager.GetDisguise().disguise(_disguise);
_disguise.setSoundDisguise(new DisguiseCat(Player));
((CraftEntity)Player).getHandle().getDataWatcher().watch(0, Byte.valueOf((byte) 0));