mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-05 12:02:53 +00:00
super smart x2
This commit is contained in:
parent
ce643661fc
commit
259f3068e2
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ public class Command_ride extends FreedomCommand
|
||||||
|
|
||||||
if (player.getWorld() != playerSender.getWorld())
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue