mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2025-02-23 20:51:30 +03:00
v3.13.1
This commit is contained in:
parent
8be5a5979e
commit
487bfa06fc
3 changed files with 3 additions and 3 deletions
|
@ -514,7 +514,7 @@ class Handler {
|
|||
'--proxyPass',
|
||||
this.options.proxy.password
|
||||
);
|
||||
if(this.options.customLaunchArgs) args.concat(this.options.customArgs)
|
||||
if(this.options.customLaunchArgs) args.concat(this.options.customLaunchArgs)
|
||||
this.client.emit('debug', '[MCLC]: Set launch options');
|
||||
resolve(args);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue