fix saconfig remove + add a space (it was really annoying me)

This commit is contained in:
1980s-housewife 2022-03-23 20:49:56 +00:00
parent 05ff7c1475
commit 7635300799
2 changed files with 2 additions and 2 deletions

View file

@ -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;