mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-21 19:51:18 +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;
|
||||
}
|
||||
|
||||
Con_Printf ("%s\n", cmdtext);
|
||||
Cbuf_AddText (cmdtext);
|
||||
allowremotecmd = false;
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue