mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 00:51:01 +03:00
[STYLE] Опечатка в названии команды
This commit is contained in:
parent
bdd402051a
commit
155a60053c
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ public void invoke(String... args) throws Exception {
|
|||
LogHelper.info("New reject message: %s", message);
|
||||
}
|
||||
});
|
||||
commands.put("whirelist.add", new SubCommand() {
|
||||
commands.put("whitelist.add", new SubCommand() {
|
||||
@Override
|
||||
public void invoke(String... args) throws Exception {
|
||||
verifyArgs(args, 1);
|
||||
|
|
Loading…
Reference in a new issue