mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-31 17:21:46 +00:00
ALWAYS print commands coming from external sources (eg GameSpy (ewww))
This commit is contained in:
parent
30a0105e82
commit
ca06d3994d
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue