]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Little bit inappropriate :)
authorSamual Lenks <samual@xonotic.org>
Fri, 1 Mar 2013 07:31:13 +0000 (02:31 -0500)
committerSamual Lenks <samual@xonotic.org>
Fri, 1 Mar 2013 07:31:13 +0000 (02:31 -0500)
qcsrc/common/notifications.qc

index 77b43d209c3a4b2efd365aef8fde530b6b9941f4..96e881ca2525ebc64aa785f66af5b68f3f2c981b 100644 (file)
@@ -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)