Document convar to require a recompile

This commit is contained in:
Ayase Minori 2024-09-05 15:55:49 +08:00 committed by GitHub
parent 36c8335cf4
commit 50fafc5346
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ data.Lookup = data.Lookup or {
Dynamic = {}, Dynamic = {},
} }
local CDN_USE_FALLBACK = CreateConVar("chatsounds_cdn_use_fallback", "0", FCVAR_ARCHIVE, "Use fallback CDN for chatsounds, this is useful if raw.githubusercontent.com is blocked in your country") local CDN_USE_FALLBACK = CreateConVar("chatsounds_cdn_use_fallback", "0", FCVAR_ARCHIVE, "Use fallback CDN for chatsounds, this is useful if raw.githubusercontent.com is not working (requires a recompile!)")
local function BUILD_CONTENT_URL(repo, branch, path) local function BUILD_CONTENT_URL(repo, branch, path)
if CDN_USE_FALLBACK:GetBool() then if CDN_USE_FALLBACK:GetBool() then