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]))