mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2025-02-23 20:51:30 +03:00
Added --customLaunchArgs options (#40)
* Added --customLaunchArgs options - #39 * Fixed Typo Co-authored-by: Pierce <spammermuch@gmail.com>
This commit is contained in:
parent
c35332a8e5
commit
1c6cc01682
2 changed files with 3 additions and 2 deletions
|
@ -514,7 +514,7 @@ class Handler {
|
|||
'--proxyPass',
|
||||
this.options.proxy.password
|
||||
);
|
||||
|
||||
if(this.options.customLaunchArgs) args.concat(this.options.customArgs)
|
||||
this.client.emit('debug', '[MCLC]: Set launch options');
|
||||
resolve(args);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue