mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-27 06:22:27 +00:00
Message printing hack/fix.
This commit is contained in:
parent
c97e7eae07
commit
124a1d303f
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue