From 058d5b51e6b6d1b426a8b0d9670f051ef29a0dc5 Mon Sep 17 00:00:00 2001 From: Yimura Date: Fri, 21 May 2021 00:52:33 +0200 Subject: [PATCH] fix(GravityGun): Removed get weapon hash --- BigBaseV2/src/backend/looped/weapons/gravity_gun.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/BigBaseV2/src/backend/looped/weapons/gravity_gun.cpp b/BigBaseV2/src/backend/looped/weapons/gravity_gun.cpp index 09214c51..4a4b3511 100644 --- a/BigBaseV2/src/backend/looped/weapons/gravity_gun.cpp +++ b/BigBaseV2/src/backend/looped/weapons/gravity_gun.cpp @@ -21,9 +21,6 @@ namespace big if (bGravityGun) { - Hash currWeapon; - WEAPON::GET_CURRENT_PED_WEAPON(PLAYER::GET_PLAYER_PED_SCRIPT_INDEX(PLAYER::PLAYER_PED_ID()), &currWeapon, 1); - // ZOOMED IN if (PAD::IS_DISABLED_CONTROL_PRESSED(0, 25)) {