Why set it to the same values as default

This commit is contained in:
libraryaddict 2014-06-14 20:33:10 +12:00
parent b4f1569b95
commit 3d26348b69

View File

@ -130,16 +130,6 @@ public abstract class Disguise {
case FIREWORK:
velocitySpeed = -0.040;
break;
case EGG:
case ENDER_PEARL:
case ENDER_SIGNAL:
case FIREBALL:
case SMALL_FIREBALL:
case SNOWBALL:
case SPLASH_POTION:
case THROWN_EXP_BOTTLE:
velocitySpeed = 0.0005;
break;
case WITHER_SKULL:
velocitySpeed = 0.000001D;
break;