mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-13 02:08:34 +00:00
permission system
This commit is contained in:
@ -23,7 +23,7 @@ public class Command_invsee extends FreedomCommand
|
||||
|
||||
Player player = getPlayer(args[0]);
|
||||
|
||||
if (player == null || Command_vanish.VANISHED.contains(player) && !plugin.al.isAdmin(sender))
|
||||
if (player == null || plugin.al.vanished.contains(player) && !plugin.al.isAdmin(sender))
|
||||
{
|
||||
msg("This player is not online.");
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user