]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge remote-tracking branch 'origin/master'
authorSamual Lenks <samual@xonotic.org>
Fri, 26 Apr 2013 00:03:06 +0000 (20:03 -0400)
committerSamual Lenks <samual@xonotic.org>
Fri, 26 Apr 2013 00:03:06 +0000 (20:03 -0400)
qcsrc/common/notifications.qc

index a0f19746a1e7abc2dd4e1e1a006ea28b59ee4fed..81e058e5992d8e203df7f62d01071672db9c0090 100644 (file)
@@ -1411,7 +1411,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)
                                {