mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-13 07:47:45 +00:00
msg_trigger buffer fix
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1269 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
6c49205520
commit
5d486ee23d
1 changed files with 1 additions and 0 deletions
|
@ -1653,6 +1653,7 @@ void TP_SearchForMsgTriggers (char *s, int level)
|
||||||
if (string)
|
if (string)
|
||||||
{
|
{
|
||||||
Cbuf_AddText (string, RESTRICT_LOCAL);
|
Cbuf_AddText (string, RESTRICT_LOCAL);
|
||||||
|
Cbuf_AddText ("\n", RESTRICT_LOCAL);
|
||||||
// Cbuf_ExecuteLevel (RESTRICT_LOCAL);
|
// Cbuf_ExecuteLevel (RESTRICT_LOCAL);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue