Formula
This commit is contained in:
parent
ef54732531
commit
ea8d28abc1
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user