mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-25 05:26:22 +03:00
Fixed custom launch args builder - #39
This commit is contained in:
parent
c35332a8e5
commit
3d2aa75d09
1 changed files with 2 additions and 0 deletions
|
@ -515,6 +515,8 @@ class Handler {
|
||||||
this.options.proxy.password
|
this.options.proxy.password
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if(this.options.customLaunchArgs) this.options.customLaunchArgs.forEach(customArg => args = args.concat(customArg.split(' ')))
|
||||||
|
|
||||||
this.client.emit('debug', '[MCLC]: Set launch options');
|
this.client.emit('debug', '[MCLC]: Set launch options');
|
||||||
resolve(args);
|
resolve(args);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue