From 1effe61aa9d2c57c2263788ffe71f7083ab001c3 Mon Sep 17 00:00:00 2001 From: BaerMitUmlaut Date: Tue, 6 Oct 2015 19:09:51 +0200 Subject: [PATCH] Removed parent condition --- addons/interaction/CfgVehicles.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/interaction/CfgVehicles.hpp b/addons/interaction/CfgVehicles.hpp index a434d12934..fe86670499 100644 --- a/addons/interaction/CfgVehicles.hpp +++ b/addons/interaction/CfgVehicles.hpp @@ -37,7 +37,7 @@ class CfgVehicles { class ACE_PassMagazine { displayName = CSTRING(PassMagazine); - condition = QUOTE([ARR_3(_player,_target,primaryWeapon _target)] call FUNC(canPassMagazine) || [ARR_3(_player,_target,handgunWeapon _target)] call FUNC(canPassMagazine)); + condition = ""; statement = ""; showDisabled = 0; priority = 3.3;