]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add error in case a MSG_CENTER_CPID notification is sent with NO_CPID
authorSamual Lenks <samual@xonotic.org>
Sat, 2 Mar 2013 22:06:49 +0000 (17:06 -0500)
committerSamual Lenks <samual@xonotic.org>
Sat, 2 Mar 2013 22:06:49 +0000 (17:06 -0500)
qcsrc/common/notifications.qc

index 6ed784a0c9c9e440210773363eed76d677b0e83c..ba1ea6896694eaec89c0d12db36465e78ebe50c4 100644 (file)
@@ -1034,6 +1034,7 @@ void Read_Notification(float is_new)
                                // in this case, net_name IS the cpid we want to kill
                                centerprint_generic(net_name, "", 0, 0);
                        }
+                       else { print("Read_Notification(%d) at %f: ^1TRIED TO KILL NO_CPID CENTERPRINT!\n"); } 
                }
        }
        else