mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-03 11:06:08 +00:00
yes super be smart
This commit is contained in:
parent
572ebdd0f5
commit
d767e7ebd6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue