From ca06d3994d483c497ac30cd322e6d75d8c025a11 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 14 Feb 2001 21:50:55 +0000 Subject: [PATCH] ALWAYS print commands coming from external sources (eg GameSpy (ewww)) --- source/cl_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/cl_main.c b/source/cl_main.c index c5f021c..1a4c0ea 100644 --- a/source/cl_main.c +++ b/source/cl_main.c @@ -919,6 +919,7 @@ CL_ConnectionlessPacket (void) return; } + Con_Printf ("%s\n", cmdtext); Cbuf_AddText (cmdtext); allowremotecmd = false; return;