From: terencehill Date: Wed, 11 Jan 2017 22:24:19 +0000 (+0100) Subject: Fix issues with choice notifications X-Git-Tag: xonotic-v0.8.2~297 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6b6115f365cd527dca264eeb265b5e0c89ed9945;p=xonotic%2Fxonotic-data.pk3dir.git Fix issues with choice notifications --- diff --git a/qcsrc/common/notifications/all.qc b/qcsrc/common/notifications/all.qc index 53f037c1d..2a9217b25 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,