mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 17:09:25 +00:00
Fix library ordering
This commit is contained in:
@@ -63,7 +63,7 @@ bool LiteLoaderInstaller::add(OneSixInstance *to)
|
||||
OneSixLibrary launchwrapperLib("net.minecraft:launchwrapper:" + m_launcherWrapperVersionMapping[to->intendedVersionId()]);
|
||||
launchwrapperLib.finalize();
|
||||
QJsonObject lwLibObj = launchwrapperLib.toJson();
|
||||
lwLibObj.insert("insert", QString("prepend"));
|
||||
lwLibObj.insert("insert", QString("prepend-if-not-exists"));
|
||||
libraries.append(lwLibObj);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user