From 49bcaa357d3e96f3c7a853efc3ceb05c5850d454 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Sat, 16 Feb 2019 07:22:03 -0300 Subject: [PATCH] Make bundle downloads use mirror links --- src/DownloadManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DownloadManager.h b/src/DownloadManager.h index 85ae1a9485..f991aef9e6 100644 --- a/src/DownloadManager.h +++ b/src/DownloadManager.h @@ -292,7 +292,7 @@ class DownloadManager string countryCode; void RefreshUserRank(); void RefreshTop25(Skillset ss); - void DownloadCoreBundle(const string& whichoneyo, bool mirror = false); + void DownloadCoreBundle(const string& whichoneyo, bool mirror = true); map> bundles; void RefreshCoreBundles(); vector GetCoreBundle(const string& whichoneyo);