From 0ec729ccd8bc96bb4fccb449fe10abcf5044b09f Mon Sep 17 00:00:00 2001 From: ulteq Date: Thu, 11 Jun 2015 12:43:42 +0200 Subject: [PATCH] Allow configuring the DAGR while the map is opened. --- addons/dagr/initKeybinds.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/dagr/initKeybinds.sqf b/addons/dagr/initKeybinds.sqf index db7ae0a8af..a0a1107a08 100644 --- a/addons/dagr/initKeybinds.sqf +++ b/addons/dagr/initKeybinds.sqf @@ -2,7 +2,7 @@ ["ACE3 Equipment", QGVAR(MenuKey), "Configure DAGR", { // Conditions: canInteract - if !([ACE_player, objNull, ["isNotInside"]] call EFUNC(common,canInteractWith)) exitWith {false}; + if !([ACE_player, objNull, ["notOnMap", "isNotInside"]] call EFUNC(common,canInteractWith)) exitWith {false}; if !([_player, "ACE_DAGR"] call EFUNC(common,hasItem)) exitWith {false}; // Statement