mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-01-24 08:09:22 +03:00
[FIX] Backport bdd402051a
This commit is contained in:
parent
277e10cc71
commit
9d1118ea97
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