From f1d601ea86fab544898d027deec682172e4b71a1 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Thu, 25 Apr 2013 20:02:07 -0400 Subject: [PATCH] When net_type is MSG_CENTER and net_name is 0, still check entity net_type --- qcsrc/common/notifications.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/notifications.qc b/qcsrc/common/notifications.qc index cf495153e..7d8dfc382 100644 --- a/qcsrc/common/notifications.qc +++ b/qcsrc/common/notifications.qc @@ -1265,7 +1265,7 @@ void Kill_Notification( { if(net_type) { - if(killed_cpid != NO_CPID) + if((killed_cpid != NO_CPID) && (notif.nent_net_type == MSG_CENTER)) { if(notif.owner.nent_cpid == killed_cpid) { -- 2.39.2