mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-24 21:16:21 +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
|
||||
);
|
||||
|
||||
if(this.options.customLaunchArgs) this.options.customLaunchArgs.forEach(customArg => args = args.concat(customArg.split(' ')))
|
||||
|
||||
this.client.emit('debug', '[MCLC]: Set launch options');
|
||||
resolve(args);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue