mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
bring back the timekick code but make it an alternative (default) to the
new timecheck code.
This commit is contained in:
parent
6bf98db650
commit
5397ca66ca
2 changed files with 81 additions and 13 deletions
|
@ -2041,10 +2041,6 @@ SV_InitLocal (void)
|
|||
"Sets the water friction value");
|
||||
sv_aim = Cvar_Get ("sv_aim", "2", CVAR_NONE, NULL,
|
||||
"Sets the value for auto-aiming leniency");
|
||||
sv_timecheck_fuzz = Cvar_Get ("sv_timecheck_fuzz", "250", CVAR_NONE, NULL,
|
||||
"Milliseconds of tolerance before time cheat throttling kicks in.");
|
||||
sv_timecheck_decay = Cvar_Get ("sv_timecheck_decay", "2", CVAR_NONE,
|
||||
NULL, "Rate at which time inaccuracies are \"forgiven\".");
|
||||
sv_minqfversion = Cvar_Get ("sv_minqfversion", "0", CVAR_SERVERINFO,
|
||||
Cvar_Info, "Minimum QF version on client");
|
||||
sv_maxrate = Cvar_Get ("sv_maxrate", "10000", CVAR_SERVERINFO, Cvar_Info,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue