]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
...and MSG_KILL_ACTION >_<
authorFruitieX <rasse@rasse-laptop.(none)>
Tue, 26 Oct 2010 18:14:20 +0000 (21:14 +0300)
committerFruitieX <rasse@rasse-laptop.(none)>
Tue, 26 Oct 2010 18:14:20 +0000 (21:14 +0300)
qcsrc/client/hud.qc

index 9ac2cba0743e93585903fca443af28ee7a31a521..1266c0f4e93838a3524617f89da69fd57edcfec4 100644 (file)
@@ -2593,7 +2593,7 @@ void HUD_KillNotify(string s1, string s2, string s3, float type, float msg) // s
        alsoprint = (autocvar_hud_panel_notify_print || !panel_enabled); // print message to console if: notify panel disabled, or cvar to do so enabled
        gentle = (autocvar_cl_gentle || autocvar_cl_gentle_messages);
        
-       if ((msg == MSG_SUICIDE || msg == MSG_KILL) && gametype == GAME_CTS) // selfkill isn't interesting in CTS and only spams up the notify panel
+       if ((msg == MSG_SUICIDE || msg == MSG_KILL || msg == MSG_KILL_ACTION) && gametype == GAME_CTS) // selfkill isn't interesting in CTS and only spams up the notify panel
                return;
 
        if(msg == MSG_SUICIDE) {