yeah smart

This commit is contained in:
Super_ 2020-06-30 23:55:52 -04:00
parent 3eec04ec1c
commit e4d1d6ff9e

View File

@ -31,6 +31,7 @@ public class Command_explode extends FreedomCommand
return true;
}
player.setFlying(false);
player.setVelocity(player.getVelocity().clone().add(new Vector(0, 50, 0)));
for (int i = 1; i <= 3; i++)
{