From: Samual Lenks Date: Thu, 13 Dec 2012 09:31:07 +0000 (-0500) Subject: Poop X-Git-Tag: xonotic-v0.7.0~62^2~23^2~359 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c37db549cd78fcc26c2150ee6e11dbfefe3ed529;p=xonotic%2Fxonotic-data.pk3dir.git Poop --- 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