mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 15:21:44 +00:00
More hacking [skipnotify]
This commit is contained in:
parent
b26f0cf6e1
commit
b31581a932
1 changed files with 1 additions and 1 deletions
|
@ -1194,7 +1194,7 @@ void CG_AddMessage(const char* str)
|
||||||
int lastcolor;
|
int lastcolor;
|
||||||
int chatHeight;
|
int chatHeight;
|
||||||
|
|
||||||
if (!cg_messageQueue.integer || cg_messageQueueTime.integer <= 0) {
|
if (!cg_messageQueue.integer || cg_messageQueueTime.integer <= 0 || !Q_strncmp(str, "[skipnotify]", 12)) {
|
||||||
// team chat disabled, dump into normal chat
|
// team chat disabled, dump into normal chat
|
||||||
cgs.teamChatPos = cgs.teamLastChatPos = 0;
|
cgs.teamChatPos = cgs.teamLastChatPos = 0;
|
||||||
trap_Print(str);
|
trap_Print(str);
|
||||||
|
|
Loading…
Reference in a new issue