mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 09:08:42 +00:00
GH-2026 fix bug with loading minecraft versions from Mojang
This commit is contained in:
@@ -321,6 +321,7 @@ void MinecraftVersionList::loadMojangList(QJsonDocument jsonDoc, VersionSource s
|
|||||||
mcVersion->m_type = versionTypeStr;
|
mcVersion->m_type = versionTypeStr;
|
||||||
qDebug() << "Loaded version" << versionID << "from"
|
qDebug() << "Loaded version" << versionID << "from"
|
||||||
<< ((source == VersionSource::Remote) ? "remote" : "local") << "version list.";
|
<< ((source == VersionSource::Remote) ? "remote" : "local") << "version list.";
|
||||||
|
tempList.append(mcVersion);
|
||||||
}
|
}
|
||||||
updateListData(tempList);
|
updateListData(tempList);
|
||||||
if(source == VersionSource::Remote)
|
if(source == VersionSource::Remote)
|
||||||
|
Reference in New Issue
Block a user