[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:
Pierce 2021-02-10 17:10:51 -08:00
parent 449e15e867
commit e6578ac7d9
3 changed files with 3 additions and 3 deletions

View file

@ -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,