From: Samual Lenks Date: Sat, 15 Dec 2012 21:35:44 +0000 (-0500) Subject: Stuff and thingsss X-Git-Tag: xonotic-v0.7.0~62^2~23^2~328 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=fbcca3041eabb4b87b005563d7f414a2120d7358;p=xonotic%2Fxonotic-data.pk3dir.git Stuff and thingsss --- diff --git a/qcsrc/common/notifications.qc b/qcsrc/common/notifications.qc index 1bd360c76..96e36118e 100644 --- a/qcsrc/common/notifications.qc +++ b/qcsrc/common/notifications.qc @@ -765,9 +765,8 @@ void Read_Notification(void) #ifdef SVQC void Send_Notification(entity client, float broadcast, float net_type, float net_name, string s1, string s2, float f1, float f2, float f3) { - if(net_type && net_name) + if(broadcast && net_type && net_name) { - //print("notification: ", Get_Field_Value(F_NAME, net_type, net_name), ": ", ftos(net_name), ".\n"); dprint("Send_Notification(", ftos(net_type), ", ", Get_Field_Value(F_NAME, net_type, net_name), strcat(", ", s1, ", ", s2, ", ", ftos(f1), strcat(", ", ftos(f2), ", ", ftos(f3), ");\n"))); float stringcount = stof(Get_Field_Value(F_STRNUM, net_type, net_name));