mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
- change the sv_kickfake default to 0, so it replaces \r with #
instead of kicking
This commit is contained in:
parent
fa976d4461
commit
2bbb759232
1 changed files with 1 additions and 1 deletions
|
@ -1816,7 +1816,7 @@ SV_UserInit (void)
|
|||
"Toggles the ability of spectators to talk to players");
|
||||
sv_mapcheck = Cvar_Get ("sv_mapcheck", "1", CVAR_NONE, NULL,
|
||||
"Toggle the use of map checksumming to check for players who edit maps to cheat");
|
||||
sv_kickfake = Cvar_Get ("sv_kickfake", "1", CVAR_NONE, NULL,
|
||||
sv_kickfake = Cvar_Get ("sv_kickfake", "0", CVAR_NONE, NULL,
|
||||
"Kick users sending to send fake talk messages");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue