]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix issues with choice notifications
authorterencehill <piuntn@gmail.com>
Wed, 11 Jan 2017 22:24:19 +0000 (23:24 +0100)
committerterencehill <piuntn@gmail.com>
Wed, 11 Jan 2017 22:24:19 +0000 (23:24 +0100)
qcsrc/common/notifications/all.qc

index 53f037c1dd1abf2ebf4e039bce3f1b011c58d1c5..2a9217b25bbdb409dd10c92d71902a5a995e82e2 100644 (file)
@@ -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,