From c37db549cd78fcc26c2150ee6e11dbfefe3ed529 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Thu, 13 Dec 2012 04:31:07 -0500 Subject: [PATCH] Poop --- qcsrc/common/notifications.qc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qcsrc/common/notifications.qc b/qcsrc/common/notifications.qc index a1871244b..bbca56d7f 100644 --- a/qcsrc/common/notifications.qc +++ b/qcsrc/common/notifications.qc @@ -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 -- 2.39.2