From b31581a932b14393f995c05eb752b38fa6f8cfe5 Mon Sep 17 00:00:00 2001 From: Andrei Drexler Date: Thu, 10 Mar 2011 21:55:38 +0000 Subject: [PATCH] More hacking [skipnotify] --- reaction/code/cgame/cg_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reaction/code/cgame/cg_main.c b/reaction/code/cgame/cg_main.c index 638c7a69..d230d392 100644 --- a/reaction/code/cgame/cg_main.c +++ b/reaction/code/cgame/cg_main.c @@ -1194,7 +1194,7 @@ void CG_AddMessage(const char* str) int lastcolor; 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 cgs.teamChatPos = cgs.teamLastChatPos = 0; trap_Print(str);