]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud.qc
Merge branch 'master' into fruitiex/newpanelhud
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud.qc
index 0a83238503697e91330891be4055fdab4d998680..d0402ab94d952e090f84cc4007ada907fef71184 100644 (file)
@@ -2046,7 +2046,7 @@ void HUD_KillNotify(string s1, string s2, string s3, float type, float msg)
                if(type == DEATH_WEAPON) {
                        HUD_KillNotify_Push(s1, "", stof(s3));
                        if (!HUD_Panel_CheckActive(4) || cvar("hud_notify_print"))
-                               print("^1", s1, "^1 ", Weapon_SuicideMessage(stof(s3)), "\n");
+                               print("^1", s1, "^1 ", Weapon_SuicideMessage(stof(s2)), "\n");
                }
                else if (type == DEATH_KILL)
                        print ("^1",s1, "^1 couldn't take it anymore\n");