make Cmd_StuffCmds_f get called if cl_quakerc is 0

This commit is contained in:
Bill Currie 2001-09-09 01:58:16 +00:00
parent de83dfb587
commit 1757dfcc75

View file

@ -1670,7 +1670,7 @@ Host_Init (void)
Cmd_Exec_File (fs_usercfg->string);
// Reparse the command line for + commands.
// (Note, no non-base commands exist yet)
if (cl_quakerc->int_val && check_quakerc ())
if (!cl_quakerc->int_val || check_quakerc ())
Cmd_StuffCmds_f ();
Cbuf_AddText ("echo Type connect <internet address> or use a server "