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:
Timothy C. McGrath 2001-11-10 00:12:04 +00:00
parent 1dfd2d4eaf
commit 47e20a0652

View file

@ -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");
}
/*