mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
super smart x2
This commit is contained in:
parent
ce643661fc
commit
259f3068e2
@ -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…
Reference in New Issue
Block a user