From 66193a8c67a234481a6f0f99f97e64aadbee82f9 Mon Sep 17 00:00:00 2001 From: ulteq Date: Sun, 7 Jun 2015 11:36:58 +0200 Subject: [PATCH] Removed duplicate code --- addons/huntir/CfgVehicles.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/huntir/CfgVehicles.hpp b/addons/huntir/CfgVehicles.hpp index 8dd6c381a8..54876d4cf5 100644 --- a/addons/huntir/CfgVehicles.hpp +++ b/addons/huntir/CfgVehicles.hpp @@ -6,7 +6,7 @@ class CfgVehicles { class ACE_Equipment { class GVAR(open) { displayName = $STR_ACE_HUNTIR_MON_ACT; - condition = QUOTE([ARR_2(ACE_player,'ACE_HuntIR_monitor')] call EFUNC(common,hasItem) && !(underwater ACE_player)); + condition = QUOTE([ARR_2(ACE_player,'ACE_HuntIR_monitor')] call EFUNC(common,hasItem)); statement = QUOTE(call FUNC(huntir)); showDisabled = 0; priority = 2;