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:
TimeServ 2005-09-05 00:08:12 +00:00
parent 6c49205520
commit 5d486ee23d
1 changed files with 1 additions and 0 deletions

View File

@ -1653,6 +1653,7 @@ void TP_SearchForMsgTriggers (char *s, int level)
if (string)
{
Cbuf_AddText (string, RESTRICT_LOCAL);
Cbuf_AddText ("\n", RESTRICT_LOCAL);
// Cbuf_ExecuteLevel (RESTRICT_LOCAL);
}
else