Exp doesn't need high velocity

This commit is contained in:
libraryaddict 2021-05-26 06:15:23 +12:00
parent caa25296be
commit aa51a5fbe4
1 changed files with 1 additions and 4 deletions

View File

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