mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-22 04:01:17 +00:00
What's GameSpy?
This commit is contained in:
parent
3783f9b562
commit
80db620524
2 changed files with 3 additions and 3 deletions
|
@ -1696,7 +1696,7 @@ Host_Init (void)
|
|||
|
||||
Cbuf_InsertText ("exec quake.rc\n");
|
||||
Cbuf_AddText
|
||||
("echo Type connect <internet address> or use GameSpy to connect to a game.\n");
|
||||
("echo Type connect <internet address> or use a server browser to connect to a game.\n");
|
||||
Cbuf_AddText ("cl_warncmd 1\n");
|
||||
|
||||
Hunk_AllocName (0, "-HOST_HUNKLEVEL-");
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue