]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Debug print
authorSamual Lenks <samual@xonotic.org>
Thu, 31 Jan 2013 10:54:23 +0000 (05:54 -0500)
committerSamual Lenks <samual@xonotic.org>
Thu, 31 Jan 2013 10:54:23 +0000 (05:54 -0500)
qcsrc/common/notifications.qc

index 5f9beb70e84afda5e1c04708fc393e4df933d7c6..3773b890fc7df9e0ecabf9458a5b846d032ba455 100644 (file)
@@ -327,6 +327,7 @@ void Read_Notification(float is_new)
        float f4 = ((floatcount == 4) ? ReadLong() : NO_FL_ARG);
 
        if(is_new) { Local_Notification_Without_VarArgs(net_type, net_name, stringcount, floatcount, s1, s2, s3, s4, f1, f2, f3, f4); }
+       else { print("received old notification? net_name = ", ftos(net_name), ".\n"); }
 }
 #endif