]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/notifications/all.qc
Fix issues with choice notifications
[xonotic/xonotic-data.pk3dir.git] / 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,