diff --git a/addons/dagr/initKeybinds.sqf b/addons/dagr/initKeybinds.sqf index a0a1107a08..3f89842cfc 100644 --- a/addons/dagr/initKeybinds.sqf +++ b/addons/dagr/initKeybinds.sqf @@ -3,8 +3,8 @@ { // Conditions: canInteract if !([ACE_player, objNull, ["notOnMap", "isNotInside"]] call EFUNC(common,canInteractWith)) exitWith {false}; - if !([_player, "ACE_DAGR"] call EFUNC(common,hasItem)) exitWith {false}; - + if !([ACE_player, "ACE_DAGR"] call EFUNC(common,hasItem)) exitWith {false}; + // Statement if (!GVAR(menuRun)) then { [] call FUNC(menuInit); @@ -20,8 +20,8 @@ { // Conditions: canInteract if !([ACE_player, objNull, ["notOnMap", "isNotInside"]] call EFUNC(common,canInteractWith)) exitWith {false}; - if !([_player, "ACE_DAGR"] call EFUNC(common,hasItem)) exitWith {false}; - + if !([ACE_player, "ACE_DAGR"] call EFUNC(common,hasItem)) exitWith {false}; + // Statement [] call FUNC(toggleOverlay); true