From 23ffa10bd89b42202a7c349723305ef6bc08187a Mon Sep 17 00:00:00 2001 From: FruitieX Date: Sat, 24 Jul 2010 19:06:26 +0300 Subject: [PATCH 1/1] fix typo --- qcsrc/client/hud.qc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index 1a6c962cac..e8c0a0d100 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -2999,11 +2999,11 @@ void HUD_Notify (void) } else if(killnotify_deathtype[j] & HITTYPE_SECONDARY && w == WEP_LASER) { - s = "notify_melee"; + s = "notify_melee_laser"; } else if(killnotify_deathtype[j] & HITTYPE_SECONDARY && w == WEP_SHOTGUN) { - s = "notify_melee"; + s = "notify_melee_shotgun"; } else if(WEP_VALID(w)) { -- 2.39.2