From: Samual Lenks Date: Fri, 1 Mar 2013 07:31:13 +0000 (-0500) Subject: Little bit inappropriate :) X-Git-Tag: xonotic-v0.7.0~62^2~23^2~58 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9c7aae69355184194b813a969f5e062fafc6d171;p=xonotic%2Fxonotic-data.pk3dir.git Little bit inappropriate :) --- diff --git a/qcsrc/common/notifications.qc b/qcsrc/common/notifications.qc index 77b43d209..96e881ca2 100644 --- a/qcsrc/common/notifications.qc +++ b/qcsrc/common/notifications.qc @@ -12,7 +12,7 @@ string Get_Notif_TypeName(float net_type) case MSG_MULTI: return "MSG_MULTI"; } backtrace(sprintf("Get_Notif_TypeName(%d): Improper net type!\n", net_type)); - return "your ass"; + return ""; } entity Get_Notif_Ent(float net_type, float net_name)