mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
Опечатка ConfigCommand
This commit is contained in:
parent
7f4c1e0dbf
commit
8d8eb2e9a3
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ public String getUsageDescription() {
|
|||
@Override
|
||||
public void invoke(String... args) throws Exception {
|
||||
verifyArgs(args,2);
|
||||
LogHelper.info("Call %s module % action",args[0],args[1]);
|
||||
LogHelper.info("Call %s module %s action",args[0],args[1]);
|
||||
String[] new_args = new String[args.length - 2];
|
||||
System.arraycopy(args, 2, new_args, 0, args.length - 2);
|
||||
server.reconfigurableManager.call(args[0],args[1],new_args);
|
||||
|
|
Loading…
Reference in a new issue