From 849a45d68bef00310ecdc14bbbaa2de68accc022 Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Sat, 13 Jun 2015 14:29:34 -0500 Subject: [PATCH] DAGR - has item check --- addons/dagr/initKeybinds.sqf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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