mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-11 13:33:54 +00:00
that should solve it all
This commit is contained in:
@ -124,7 +124,8 @@ public class Command_ride extends FreedomCommand
|
||||
|
||||
if (player.getWorld() != playerSender.getWorld())
|
||||
{
|
||||
playerSender.teleport(new Location(player.getWorld(), 0, 256, 0));
|
||||
msg("Player is in another world. (" + playerSender.getWorld().getName() + ")");
|
||||
return true;
|
||||
}
|
||||
|
||||
player.addPassenger(playerSender);
|
||||
|
Reference in New Issue
Block a user