From ad3c9493d7272a19dff9de9f062eefce134cc87b Mon Sep 17 00:00:00 2001 From: ulteq Date: Fri, 10 Apr 2015 15:09:38 +0200 Subject: [PATCH] Fixed ATragMX not working when bipod is deployed --- addons/atragmx/functions/fnc_create_dialog.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/atragmx/functions/fnc_create_dialog.sqf b/addons/atragmx/functions/fnc_create_dialog.sqf index f8881f853a..d11ab4a03c 100644 --- a/addons/atragmx/functions/fnc_create_dialog.sqf +++ b/addons/atragmx/functions/fnc_create_dialog.sqf @@ -1,6 +1,6 @@ #include "script_component.hpp" -if (dialog) exitWith { false }; +//if (dialog) exitWith { false }; if (underwater ACE_player) exitWith { false }; if (!("ACE_ATragMX" in (uniformItems ACE_player)) && !("ACE_ATragMX" in (vestItems ACE_player))) exitWith { false };