mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
Fix aliases bypass COM_SAFE
This commit is contained in:
parent
e24fe29114
commit
18cbc1e370
1 changed files with 1 additions and 1 deletions
|
@ -650,7 +650,7 @@ static void COM_ExecuteString(char *ptext)
|
|||
else
|
||||
{ // Monster Iestyn: keep track of how many levels of recursion we're in
|
||||
recursion++;
|
||||
COM_BufInsertText(a->value);
|
||||
COM_BufInsertTextEx(a->value, com_flags);
|
||||
recursion--;
|
||||
}
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue