diff --git a/src/DownloadManager.cpp b/src/DownloadManager.cpp index 68359330c1..18500b0286 100644 --- a/src/DownloadManager.cpp +++ b/src/DownloadManager.cpp @@ -20,7 +20,7 @@ shared_ptr DLMAN = nullptr; static Preference maxDLPerSecond("maximumBytesDownloadedPerSecond", 0); static Preference maxDLPerSecondGameplay("maximumBytesDownloadedPerSecondDuringGameplay", 0); -static Preference packListURL("packListURL", ""); +static Preference packListURL("packListURL", "https://etternaonline.com/api/pack_list"); static const string TEMP_ZIP_MOUNT_POINT = "/@temp-zip/";