mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-21 20:11:24 +00:00
The final checkin before merging. Hopefully no showstopping bugs remain.
This commit is contained in:
parent
669ca72e4f
commit
066c2c8a02
1 changed files with 1 additions and 1 deletions
|
@ -777,7 +777,7 @@ Cmd_TokenizeString (const char *text, qboolean filter)
|
|||
quotes = 1;
|
||||
}
|
||||
dstring_insert(cmd_argv[cmd_argc-1], str + i, len, 0);
|
||||
if (filter) {
|
||||
if (filter && text[0] != '|') {
|
||||
Cmd_ProcessTags(cmd_argv[cmd_argc-1]);
|
||||
Cmd_ProcessVariables(cmd_argv[cmd_argc-1]);
|
||||
Cmd_ProcessEscapes(cmd_argv[cmd_argc-1]);
|
||||
|
|
Loading…
Reference in a new issue