mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Disabled f_* by default. I do not believe it should be turned on unless the
user explicitly enables it - I don't want people running around with this on and them not knowing it exists nor how to disable it. Timothy C. McGrath (Misty-chan)
This commit is contained in:
parent
1dfd2d4eaf
commit
47e20a0652
1 changed files with 2 additions and 2 deletions
|
@ -319,8 +319,8 @@ Team_Init_Cvars (void)
|
|||
"when you put %l in messages");
|
||||
cl_nofake = Cvar_Get ("cl_nofake", "0", CVAR_NONE, NULL,
|
||||
"Unhide fake messages");
|
||||
cl_freply = Cvar_Get ("cl_freply", "20", CVAR_NONE, NULL,
|
||||
"Delay between replies to f_*. Set to zero to disable.");
|
||||
cl_freply = Cvar_Get ("cl_freply", "0", CVAR_NONE, NULL,
|
||||
"Delay between replies to f_*. 0 disables. Minimum suggested setting is 20");
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue