mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
gamestochat is not a Player var!
This commit is contained in:
parent
a10d18afdc
commit
32cc9fdc4e
1 changed files with 1 additions and 1 deletions
|
|
@ -1349,7 +1349,7 @@ consvar_t cv_chatwidth = Player("chatwidth", "150").min_max(64, 150);
|
|||
// old shit console chat. (mostly exists for stuff like terminal, not because I cared if anyone liked the old chat.)
|
||||
consvar_t cv_consolechat = Player("chatmode", "Yes").values({{0, "Yes"}, {2, "No"}});
|
||||
|
||||
consvar_t cv_gamestochat = Player("gamestochat", "0").min_max(0, 99);
|
||||
consvar_t cv_gamestochat = NetVar("gamestochat", "0").min_max(0, 99);
|
||||
|
||||
void Mute_OnChange(void);
|
||||
consvar_t cv_mute = UnsavedNetVar("mute", "Off").on_off().onchange(Mute_OnChange);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue