mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-20 02:47:14 +00:00
NOISSUE share logic for new attributes between mojang and onesix format
This commit is contained in:
@@ -275,7 +275,7 @@ bool ForgeInstaller::add(OneSixInstance *to)
|
||||
<< "for reading:" << file.errorString();
|
||||
return false;
|
||||
}
|
||||
file.write(OneSixVersionFormat::profilePatchToJson(m_forge_json, true).toJson());
|
||||
file.write(OneSixVersionFormat::versionFileToJson(m_forge_json, true).toJson());
|
||||
file.commit();
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user