Exp doesn't need high velocity

This commit is contained in:
libraryaddict 2021-05-26 06:15:23 +12:00
parent caa25296be
commit aa51a5fbe4

View File

@ -35,11 +35,8 @@ class DisguiseRunnable extends BukkitRunnable {
switch (disguise.getType()) { switch (disguise.getType()) {
case FIREWORK: case FIREWORK:
case WITHER_SKULL: case WITHER_SKULL:
vectorY = 0.000001D;
alwaysSendVelocity = true;
break;
case EXPERIENCE_ORB: case EXPERIENCE_ORB:
vectorY = 0.0221; vectorY = 0.000001D;
alwaysSendVelocity = true; alwaysSendVelocity = true;
break; break;
default: default: