This commit is contained in:
Pierce 2020-04-07 09:56:28 -04:00
parent 8be5a5979e
commit 487bfa06fc
3 changed files with 3 additions and 3 deletions

View file

@ -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);
});