mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
yes super be smart
This commit is contained in:
parent
572ebdd0f5
commit
d767e7ebd6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user