mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
yeah smart
This commit is contained in:
parent
3eec04ec1c
commit
e4d1d6ff9e
@ -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++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user