got bored

This commit is contained in:
ZeroEpoch1969
2020-04-23 04:18:03 -07:00
parent dd5e256c84
commit c49abd1f4a
44 changed files with 278 additions and 1399 deletions

View File

@ -83,8 +83,8 @@ public class Command_ride extends FreedomCommand
}
}
final Player player = getPlayer(args[0]);
if (player == null || plugin.al.vanished.contains(player) && !plugin.al.isAdmin(sender))
final Player player = getPlayer(args[0], true);
if (player == null)
{
msg(PLAYER_NOT_FOUND);
return true;