mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2025-02-23 12:43:17 +03:00
Hotfix for Quilt, updating clientPackage usage & docs
This commit is contained in:
parent
783536d7bf
commit
63ef1da31e
2 changed files with 4 additions and 5 deletions
|
@ -525,8 +525,8 @@ class Handler {
|
|||
libs = libs.concat((await this.downloadToDirectory(libraryDirectory, parsed, 'classes')))
|
||||
counter = 0
|
||||
|
||||
// Sort libs by name because Quilt needs that for some reason
|
||||
libs.sort()
|
||||
// Temp Quilt support
|
||||
if (classJson) libs.sort()
|
||||
|
||||
this.client.emit('debug', '[MCLC]: Collected class paths')
|
||||
return libs
|
||||
|
|
Loading…
Add table
Reference in a new issue