Skip to content

Commit

Permalink
Make bundle downloads use mirror links
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram authored Feb 16, 2019
1 parent 5aadfa3 commit 49bcaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DownloadManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, vector<DownloadablePack*>> bundles;
void RefreshCoreBundles();
vector<DownloadablePack*> GetCoreBundle(const string& whichoneyo);
Expand Down

0 comments on commit 49bcaa3

Please sign in to comment.