why didnt i do this earlier

This commit is contained in:
Super_ 2019-12-20 17:35:33 -05:00
parent d40c85f39c
commit 82cd7f2d05

View file

@ -127,6 +127,11 @@ public class Command_ride extends FreedomCommand
msg("Player is in another world. (" + player.getWorld().getName() + ")");
return true;
}
else
{
Location loc = player.getLocation();
playerSender.teleport(new Location(loc.getWorld(),loc.getX(), loc.getY(), loc.getZ()));
}
player.addPassenger(playerSender);