mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-26 05:51:36 +00:00
Renamed dosvalues,dosexpire->netdosvalues,netdosexpire.
This commit is contained in:
parent
bafb8f7239
commit
3c881d8ab0
1 changed files with 2 additions and 2 deletions
|
@ -1582,8 +1582,8 @@ void SV_InitLocal (void)
|
|||
pausable = Cvar_Get("pausable", "1", CVAR_NONE, "None");
|
||||
|
||||
// DoS protection
|
||||
Cmd_AddCommand ("dosexpire", SV_netDoSexpire_f);
|
||||
Cmd_AddCommand ("dosvalues", SV_netDoSvalues_f);
|
||||
Cmd_AddCommand ("netdosexpire", SV_netDoSexpire_f);
|
||||
Cmd_AddCommand ("netdosvalues", SV_netDoSvalues_f);
|
||||
|
||||
Cmd_AddCommand ("addip", SV_AddIP_f);
|
||||
Cmd_AddCommand ("removeip", SV_RemoveIP_f);
|
||||
|
|
Loading…
Reference in a new issue