Skip to content

Commit

Permalink
set default packlist to eo api
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Nov 11, 2017
1 parent 0f62d2b commit 259b574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DownloadManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ shared_ptr<DownloadManager> DLMAN = nullptr;

static Preference<unsigned int> maxDLPerSecond("maximumBytesDownloadedPerSecond", 0);
static Preference<unsigned int> maxDLPerSecondGameplay("maximumBytesDownloadedPerSecondDuringGameplay", 0);
static Preference<RString> packListURL("packListURL", "");
static Preference<RString> packListURL("packListURL", "https://etternaonline.com/api/pack_list");

static const string TEMP_ZIP_MOUNT_POINT = "/@temp-zip/";

Expand Down

0 comments on commit 259b574

Please sign in to comment.