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 +}