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