Removed buggy player disguises.

Removed datavalues from wither disguise.
This commit is contained in:
Jonathan Williams 2014-11-15 03:21:48 -08:00
parent 531b242cce
commit 857ff29461
2 changed files with 2 additions and 4 deletions

View File

@ -9,8 +9,6 @@ public class DisguiseWither extends DisguiseMonster
{
super(EntityType.WITHER, entity);
DataWatcher.a(11, new Byte((byte) 1));
DataWatcher.a(10, new String(((LivingEntity)entity).getCustomName()));
DataWatcher.a(17, new Integer(0));
DataWatcher.a(18, new Integer(0));
DataWatcher.a(19, new Integer(0));

View File

@ -112,12 +112,12 @@ public class GadgetManager extends MiniPlugin
addGadget(new MorphBlock(this));
addGadget(new MorphEnderman(this));
addGadget(new MorphBat(this));
addGadget(new MorphNotch(this));
//addGadget(new MorphNotch(this));
addGadget(new MorphPumpkinKing(this));
addGadget(new MorphPig(this));
addGadget(new MorphCreeper(this));
addGadget(new MorphBlaze(this));
addGadget(new MorphGeno(this));
//addGadget(new MorphGeno(this));
// Particles
addGadget(new ParticleFoot(this));