Renamed dosvalues,dosexpire->netdosvalues,netdosexpire.

This commit is contained in:
Dabb 2000-08-13 14:37:26 +00:00
parent bafb8f7239
commit 3c881d8ab0

View file

@ -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);