turns out it might not be gamespy after all, and I didn't particularly like

this as a solution anyway, so I've enabled the command packet channel by
default. I'm leaving it in, because it's a nice to be able to close it
completely under other circumstance.
This commit is contained in:
Bill Currie 2001-02-15 18:03:59 +00:00
parent e1638eba85
commit 01baf4a868
1 changed files with 2 additions and 2 deletions

View File

@ -1201,8 +1201,8 @@ CL_Init_Cvars (void)
// LordHavoc: some people like it asking on quit, others don't...
confirm_quit =
Cvar_Get ("confirm_quit", "1", CVAR_ARCHIVE, "confirm quit command");
cl_allow_cmd_pkt = Cvar_Get ("cl_allow_cmd_pkt", "0", CVAR_NONE,
"set to enable packets from the likes of gamespy");
cl_allow_cmd_pkt = Cvar_Get ("cl_allow_cmd_pkt", "1", CVAR_NONE,
"enables packets from the likes of gamespy");
show_fps = Cvar_Get ("show_fps", "0", CVAR_NONE,
"display realtime frames per second");
// Misty: I like to be able to see the time when I play