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