mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-12-22 22:04:57 +00:00
saconfig add to be used ingame
just so if someone is not on a supered ip super admins can also add them (its more convenient too) also made saconfig remove set to both but changed requirements to senior (because some NERDS at totalfreedom incorporated did not make adminLevel.TELNET a thing)
This commit is contained in:
parent
0203f05ad0
commit
706c6ae1c2
1 changed files with 2 additions and 2 deletions
|
@ -192,8 +192,8 @@ public class Command_saconfig extends FreedomCommand {
|
|||
CLEAN("clean", AdminLevel.SENIOR, SourceType.BOTH, 1, 1),
|
||||
CLEARME("clearme", AdminLevel.SUPER, SourceType.ONLY_IN_GAME, 1, 2),
|
||||
INFO("info", AdminLevel.SUPER, SourceType.BOTH, 2, 2),
|
||||
ADD("add", AdminLevel.SUPER, SourceType.ONLY_CONSOLE, 2, 2),
|
||||
REMOVE("remove", AdminLevel.SUPER, SourceType.ONLY_CONSOLE, 2, 2);
|
||||
ADD("add", AdminLevel.SUPER, SourceType.BOTH, 2, 2),
|
||||
REMOVE("remove", AdminLevel.SENIOR, SourceType.BOTH, 2, 2);
|
||||
private final String modeName;
|
||||
private final AdminLevel adminLevel;
|
||||
private final SourceType sourceType;
|
||||
|
|
Loading…
Reference in a new issue