From ea08ede4c343c14931b4da327af7da7e0ab5b3a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 13 Feb 2016 16:41:06 +0100 Subject: GH-1483 Use the new version index URL --- logic/minecraft/MinecraftVersionList.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/logic/minecraft/MinecraftVersionList.cpp b/logic/minecraft/MinecraftVersionList.cpp index 8d52c23b..471e706b 100644 --- a/logic/minecraft/MinecraftVersionList.cpp +++ b/logic/minecraft/MinecraftVersionList.cpp @@ -452,8 +452,7 @@ void MCVListLoadTask::executeTask() { setStatus(tr("Loading instance version list...")); auto worker = ENV.qnam(); - vlistReply = worker->get(QNetworkRequest( - QUrl("http://" + URLConstants::AWS_DOWNLOAD_VERSIONS + "versions.json"))); + vlistReply = worker->get(QNetworkRequest(QUrl("https://launchermeta.mojang.com/mc/game/version_manifest.json"))); connect(vlistReply, SIGNAL(finished()), this, SLOT(list_downloaded())); } -- cgit v1.2.3