super smart x2

This commit is contained in:
Super_ 2019-12-14 08:12:26 -05:00
parent ce643661fc
commit 259f3068e2

View File

@ -124,7 +124,7 @@ public class Command_ride extends FreedomCommand
if (player.getWorld() != playerSender.getWorld())
{
msg("Player is in another world. (" + playerSender.getWorld().getName() + ")");
msg("Player is in another world. (" + player.getWorld().getName() + ")");
return true;
}