Skip to content

Commit

Permalink
GH-2026 fix bug with loading minecraft versions from Mojang
Browse files Browse the repository at this point in the history
  • Loading branch information
peterix committed Oct 25, 2017
1 parent f49f8b8 commit 1eb6e77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/logic/minecraft/MinecraftVersionList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ void MinecraftVersionList::loadMojangList(QJsonDocument jsonDoc, VersionSource s
mcVersion->m_type = versionTypeStr;
qDebug() << "Loaded version" << versionID << "from"
<< ((source == VersionSource::Remote) ? "remote" : "local") << "version list.";
tempList.append(mcVersion);
}
updateListData(tempList);
if(source == VersionSource::Remote)
Expand Down

0 comments on commit 1eb6e77

Please sign in to comment.