mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-16 12:26:12 +00:00
seniors get console
This commit is contained in:
parent
4a69f529c2
commit
23b29bdf38
@ -21,7 +21,7 @@ public class Command_manageshop extends FreedomCommand
|
||||
msg("The shop is currently disabled!", ChatColor.RED);
|
||||
return true;
|
||||
}
|
||||
if (!FUtil.isExecutive(sender.getName()) && !sender.getName().equals("CONSOLE"))
|
||||
if (!FUtil.isExecutive(sender.getName()))
|
||||
{
|
||||
msg("Only executives can use this command!", ChatColor.RED);
|
||||
return true;
|
||||
@ -162,4 +162,4 @@ public class Command_manageshop extends FreedomCommand
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user