mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-12-23 03:44:57 +00:00
fix saconfig remove + add a space (it was really annoying me)
This commit is contained in:
parent
05ff7c1475
commit
7635300799
2 changed files with 2 additions and 2 deletions
|
@ -194,7 +194,7 @@ public class Command_saconfig extends FreedomCommand {
|
|||
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.SENIOR, SourceType.ONLY_CONSOLE, 2, 2);
|
||||
REMOVE("remove", AdminLevel.SUPER, SourceType.ONLY_CONSOLE, 2, 2);
|
||||
private final String modeName;
|
||||
private final AdminLevel adminLevel;
|
||||
private final SourceType sourceType;
|
||||
|
|
Loading…
Reference in a new issue