From 9c7aae69355184194b813a969f5e062fafc6d171 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Fri, 1 Mar 2013 02:31:13 -0500 Subject: [PATCH] Little bit inappropriate :) --- qcsrc/common/notifications.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2