mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
CV_SAVE gamestochat
This commit is contained in:
parent
c924228444
commit
55f15f6c0e
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ consvar_t cv_httpsource = CVAR_INIT ("http_source", "", CV_SAVE, NULL, NULL);
|
|||
|
||||
consvar_t cv_kicktime = CVAR_INIT ("kicktime", "10", CV_SAVE, CV_Unsigned, NULL);
|
||||
|
||||
consvar_t cv_gamestochat = CVAR_INIT ("gamestochat", "0", 0, CV_Unsigned, NULL);
|
||||
consvar_t cv_gamestochat = CVAR_INIT ("gamestochat", "0", CV_SAVE, CV_Unsigned, NULL);
|
||||
|
||||
static tic_t stop_spamming[MAXPLAYERS];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue