mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2025-02-23 12:43:17 +03:00
[NO ISSUE] NPM Bump & Small fix
Allows launchers to launch mordern forge more then once in a single running instance.
This commit is contained in:
parent
449e15e867
commit
e6578ac7d9
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ const EventEmitter = require('events').EventEmitter
|
|||
|
||||
class MCLCore extends EventEmitter {
|
||||
async launch (options) {
|
||||
this.options = options
|
||||
this.options = { ...options }
|
||||
this.options.root = path.resolve(this.options.root)
|
||||
this.options.overrides = {
|
||||
detached: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue