From 6b6115f365cd527dca264eeb265b5e0c89ed9945 Mon Sep 17 00:00:00 2001 From: terencehill Date: Wed, 11 Jan 2017 23:24:19 +0100 Subject: [PATCH] Fix issues with choice notifications --- qcsrc/common/notifications/all.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/notifications/all.qc b/qcsrc/common/notifications/all.qc index 53f037c1dd..2a9217b25b 100644 --- a/qcsrc/common/notifications/all.qc +++ b/qcsrc/common/notifications/all.qc @@ -763,7 +763,7 @@ void Create_Notification_Entity_Choice(entity notif, #ifdef SVQC void Notification_GetCvars(entity this) { - FOREACH(Notifications, it.nent_type == MSG_CHOICE && (!it.nent_teamnum || it.nent_teamnum == NUM_TEAM_1), { + FOREACH(Notifications, it.nent_type == MSG_CHOICE, { GetCvars_handleFloat( this, get_cvars_s, -- 2.39.2