Inconsistency and Ridiculous Bug Corrections (#189)

This commit is contained in:
Video
2020-03-16 18:58:44 -06:00
committed by GitHub
parent c94ce6b276
commit 48ee7b0e6d
24 changed files with 42 additions and 28 deletions

View File

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