From bb9c62ae247af5c8e8381c96d37d4fb25feb6f18 Mon Sep 17 00:00:00 2001 From: Sabian Roberts <31491602+sabianroberts@users.noreply.github.com> Date: Tue, 12 Dec 2023 00:18:54 +0000 Subject: [PATCH] Hi Nick! --- binary/dlls/mp5.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binary/dlls/mp5.cpp b/binary/dlls/mp5.cpp index 4cbaab36..5151cb19 100644 --- a/binary/dlls/mp5.cpp +++ b/binary/dlls/mp5.cpp @@ -197,7 +197,7 @@ void CMP5::PrimaryAttack() flags = 0; #endif - PLAYBACK_EVENT_FULL( flags, m_pPlayer->edict(), m_usMP5, 0.0, (float *)&g_vecZero, (float *)&g_vecZero, vecDir.x, vecDir.y -= 0.08, 0, 0, 0, 0 ); + PLAYBACK_EVENT_FULL( flags, m_pPlayer->edict(), m_usMP5, 0.0, (float *)&g_vecZero, (float *)&g_vecZero, vecDir.x, vecDir.y, 0, 0, 0, 0 ); if (!m_iClip && m_pPlayer->m_rgAmmo[m_iPrimaryAmmoType] <= 0) // HEV suit - indicate out of ammo condition