]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_damage.qc
fix ordering of kill messages, add kill messages for melee wpns ;)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_damage.qc
index 7c3dc9a361da520e27a6e61e5225d818aa60cacb..45962bee7b3e69cb94513c8b57eccb36ba225446 100644 (file)
@@ -370,7 +370,7 @@ void Obituary (entity attacker, entity inflictor, entity targ, float deathtype)
                                        msg = ftos(strstrofs(inflictor.message2, "#", 0));
                                }
 
-                               Send_KillNotification(s, a, msg, deathtype, MSG_KILL);
+                               Send_KillNotification(a, s, msg, deathtype, MSG_KILL);
 
                                if(g_ctf && targ.flagcarried)
                                {