ALWAYS print commands coming from external sources (eg GameSpy (ewww))

This commit is contained in:
Bill Currie 2001-02-14 21:50:55 +00:00
parent 30a0105e82
commit ca06d3994d

View file

@ -919,6 +919,7 @@ CL_ConnectionlessPacket (void)
return; return;
} }
Con_Printf ("%s\n", cmdtext);
Cbuf_AddText (cmdtext); Cbuf_AddText (cmdtext);
allowremotecmd = false; allowremotecmd = false;
return; return;