Skip to content

Commit

Permalink
Add don't edit note to some Synced cvars
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowsun™ authored and Shadowsun™ committed Sep 9, 2023
1 parent ba9787a commit 174ae29
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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]))
Expand Down

0 comments on commit 174ae29

Please sign in to comment.