Message printing hack/fix.

This commit is contained in:
Andrei Drexler 2011-03-10 20:50:10 +00:00
parent c97e7eae07
commit 124a1d303f

View file

@ -1200,6 +1200,9 @@ void CG_AddMessage(const char* str)
trap_Print(str);
return;
}
// print to console only
trap_Print(va("[skipnotify]%s", str));
chatHeight = MSGQUEUE_HEIGHT;
len = 0;