mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 09:01:08 +03:00
Merge pull request #438 from ijo42/patch-1
[STYLE] Опечатка в названии команды
This commit is contained in:
commit
25d88ba30d
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);
|
LogHelper.info("New reject message: %s", message);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
commands.put("whirelist.add", new SubCommand() {
|
commands.put("whitelist.add", new SubCommand() {
|
||||||
@Override
|
@Override
|
||||||
public void invoke(String... args) throws Exception {
|
public void invoke(String... args) throws Exception {
|
||||||
verifyArgs(args, 1);
|
verifyArgs(args, 1);
|
||||||
|
|
Loading…
Reference in a new issue