What's GameSpy?

This commit is contained in:
Bill Currie 2000-12-28 07:18:11 +00:00
parent 3783f9b562
commit 80db620524
2 changed files with 3 additions and 3 deletions

View file

@ -1538,10 +1538,10 @@ SV_InitLocal (void)
Cvar_Get ("sv_allow_log", "1", CVAR_NONE, "Allow remote logging");
sv_allow_status =
Cvar_Get ("sv_allow_status", "1", CVAR_NONE,
"Allow remote status queries (gamespy etc)");
"Allow remote status queries (qstat etc)");
sv_allow_ping =
Cvar_Get ("sv_allow_pings", "1", CVAR_NONE,
"Allow remote pings (gamespy etc)");
"Allow remote pings (qstat etc)");
sv_netdosprotect =
Cvar_Get ("sv_netdosprotect", "0", CVAR_NONE,
"DoS flood attack protection");