From 50fafc5346d08c2071e91de5a88fc902b3fceaad Mon Sep 17 00:00:00 2001 From: Ayase Minori Date: Thu, 5 Sep 2024 15:55:49 +0800 Subject: [PATCH] Document convar to require a recompile --- prejoin_hooks/modules/poc_chatsounds_data_fb.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prejoin_hooks/modules/poc_chatsounds_data_fb.lua b/prejoin_hooks/modules/poc_chatsounds_data_fb.lua index 2a9c124..e7aac46 100644 --- a/prejoin_hooks/modules/poc_chatsounds_data_fb.lua +++ b/prejoin_hooks/modules/poc_chatsounds_data_fb.lua @@ -9,7 +9,7 @@ data.Lookup = data.Lookup or { 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) if CDN_USE_FALLBACK:GetBool() then