From 174ae29b03096dc17b5f1576f52fa60086e6a5f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Shadowsun=E2=84=A2?= Date: Sun, 10 Sep 2023 01:23:54 +0200 Subject: [PATCH] Add don't edit note to some Synced cvars --- .../cinema_modded/gamemode/modules/theater/sh_commands.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workshop/gamemodes/cinema_modded/gamemode/modules/theater/sh_commands.lua b/workshop/gamemodes/cinema_modded/gamemode/modules/theater/sh_commands.lua index 4612bd0..71100de 100644 --- a/workshop/gamemodes/cinema_modded/gamemode/modules/theater/sh_commands.lua +++ b/workshop/gamemodes/cinema_modded/gamemode/modules/theater/sh_commands.lua @@ -129,8 +129,8 @@ else end -- Synced Server ConVars - SetSyncedCvarString("cinema_url", "https://purrcoding.github.io/cinema/", "Cinema url to load on theater screens.") - SetSyncedCvarString("cinema_url_search", "https://purrcoding.github.io/cinema/search/", "Search url for the request menu.") + SetSyncedCvarString("cinema_url", "https://purrcoding.github.io/cinema/", "Cinema url to load on theater screens.") -- don't edit, use console! + SetSyncedCvarString("cinema_url_search", "https://purrcoding.github.io/cinema/search/", "Search url for the request menu.") -- don't edit, use console! concommand.Add("cinema_fullscreen_freeze", function(ply,cmd,args) ply:Freeze(tobool(args[1]))