mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-11 13:33:54 +00:00
yes super be smart
This commit is contained in:
@ -124,7 +124,7 @@ public class Command_ride extends FreedomCommand
|
||||
|
||||
if (player.getWorld() != playerSender.getWorld())
|
||||
{
|
||||
player.teleport(new Location(player.getWorld(), 0, 256, 0));
|
||||
playerSender.teleport(new Location(player.getWorld(), 0, 256, 0));
|
||||
}
|
||||
|
||||
player.addPassenger(playerSender);
|
||||
|
Reference in New Issue
Block a user