From: Samual Lenks Date: Sat, 2 Mar 2013 22:06:49 +0000 (-0500) Subject: Add error in case a MSG_CENTER_CPID notification is sent with NO_CPID X-Git-Tag: xonotic-v0.7.0~62^2~23^2~38 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=dc37bd146921214ad0d2d39336783002349fc5d7;p=xonotic%2Fxonotic-data.pk3dir.git Add error in case a MSG_CENTER_CPID notification is sent with NO_CPID --- diff --git a/qcsrc/common/notifications.qc b/qcsrc/common/notifications.qc index 6ed784a0c..ba1ea6896 100644 --- a/qcsrc/common/notifications.qc +++ b/qcsrc/common/notifications.qc @@ -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