mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-11 13:33:54 +00:00
yeah smart
This commit is contained in:
@ -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++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user