diff --git a/ext/Shared/Config.lua b/ext/Shared/Config.lua index e776544..dbdbba9 100644 --- a/ext/Shared/Config.lua +++ b/ext/Shared/Config.lua @@ -1,6 +1,8 @@ return { - USE_HTTP = false, - MIRRORS = {}, + USE_HTTP = true, + MIRRORS = { + "https://s3.bf3reality.com/assets/customlevelloader/" + }, LOGGER_ENABLED = false, CLIENT_TIMEOUT = 50 } diff --git a/ext/Shared/Config.release.lua b/ext/Shared/Config.release.lua index e776544..dbdbba9 100644 --- a/ext/Shared/Config.release.lua +++ b/ext/Shared/Config.release.lua @@ -1,6 +1,8 @@ return { - USE_HTTP = false, - MIRRORS = {}, + USE_HTTP = true, + MIRRORS = { + "https://s3.bf3reality.com/assets/customlevelloader/" + }, LOGGER_ENABLED = false, CLIENT_TIMEOUT = 50 }