]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Poop
authorSamual Lenks <samual@xonotic.org>
Thu, 13 Dec 2012 09:31:07 +0000 (04:31 -0500)
committerSamual Lenks <samual@xonotic.org>
Thu, 13 Dec 2012 09:31:07 +0000 (04:31 -0500)
qcsrc/common/notifications.qc

index a1871244b69fbee336fd69b204d5b3dfcd684a31..bbca56d7ff134e2cf0d4f2791cbb34cbaf101077 100644 (file)
@@ -529,7 +529,9 @@ void Local_Notification(float net_type, float net_name, string s1, string s2, fl
                                { NOTIF_MATCH(name, net_name) CHECK_AUTOCVAR(name) \
                                { \
                                        print(sprintf(CCR(normal_or_gentle(normal, gentle)), args)); \
-                                       if(strtolower(icon) != "") { HUD_Notify_Push(icon, hudargs); } \
+                                       #if 4 \
+                                               HUD_Notify_Push(icon, hudargs); \
+                                       #endif \
                                } }
                        MSG_INFO_NOTIFICATIONS
                        #undef MSG_INFO_NOTIF