mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-23 20:12:34 +00:00
Lock down the version cache. Just enough to make it annoying to corrupt the files.
This commit is contained in:
@@ -34,7 +34,7 @@ class MinecraftVersionList : public BaseVersionList
|
||||
private:
|
||||
void sortInternal();
|
||||
void loadBuiltinList();
|
||||
void loadMojangList(QByteArray data, VersionSource source);
|
||||
void loadMojangList(QJsonDocument jsonDoc, VersionSource source);
|
||||
void loadCachedList();
|
||||
void saveCachedList();
|
||||
void finalizeUpdate(QString version);
|
||||
|
||||
Reference in New Issue
Block a user