From 7d51ac1f543ff633b870eb71a58e5fc398ac0c6b Mon Sep 17 00:00:00 2001 From: Nekrodamus Date: Mon, 4 Sep 2023 22:45:44 -0300 Subject: [PATCH] Update Gunflashes.cpp --- source/Gunflashes.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Gunflashes.cpp b/source/Gunflashes.cpp index 709ced9..c0dcf8f 100644 --- a/source/Gunflashes.cpp +++ b/source/Gunflashes.cpp @@ -72,7 +72,7 @@ bool __fastcall Gunflashes::MyProcessUseGunTask(CTaskSimpleUseGun *task, int, CP bLeftHand = false; CallMethod<0x61EB10>(task, ped, false); } - if (task->m_nFlags.bLefttHand) { + if (task->m_nFlags.bLeftHand) { bLeftHand = true; CallMethod<0x61EB10>(task, ped, true); bLeftHand = false; @@ -171,4 +171,4 @@ void Gunflashes::CreateGunflashEffectsForPed(CPed *ped) { } } pedExt.Get(ped).Reset(); -} \ No newline at end of file +}