mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-22 04:06:21 +03:00
Fix typeo, utf9 instead of utf8 (#34)
This commit is contained in:
parent
8fbe1faaa1
commit
7db0139b58
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ class Handler {
|
|||
const libs = [];
|
||||
|
||||
if(this.options.version.custom) {
|
||||
const customJarJson = JSON.parse(fs.readFileSync(path.join(this.options.root, 'versions', this.options.version.custom, `${this.options.version.custom}.json`), { encoding: 'utf9'}));
|
||||
const customJarJson = JSON.parse(fs.readFileSync(path.join(this.options.root, 'versions', this.options.version.custom, `${this.options.version.custom}.json`), { encoding: 'utf8'}));
|
||||
|
||||
this.client.emit('progress', {
|
||||
type: 'classes-custom',
|
||||
|
|
Loading…
Add table
Reference in a new issue