From 92035636be7fe2879080a360e26161c2d9887fd7 Mon Sep 17 00:00:00 2001 From: He-Man Date: Sun, 18 Mar 2018 01:53:24 +0100 Subject: [PATCH] HeliRopeAction fix --- .../compile/interface_event_handlers/EPOCH_KeyDown.sqf | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/epoch_code/compile/interface_event_handlers/EPOCH_KeyDown.sqf b/Sources/epoch_code/compile/interface_event_handlers/EPOCH_KeyDown.sqf index 1f3348aa..395d0a2e 100644 --- a/Sources/epoch_code/compile/interface_event_handlers/EPOCH_KeyDown.sqf +++ b/Sources/epoch_code/compile/interface_event_handlers/EPOCH_KeyDown.sqf @@ -270,6 +270,7 @@ if (_dikCode in (actionKeys "NightVision")) then { }; if(!_ctrl && (_dikCode in (actionKeys "HeliRopeAction")))then{ + if (player == vehicle player) exitwith {}; _msg = ""; if(EPOCH_ArmaSlingLoad)then{ if (["CfgEpochClient", "ActionHookRope", true] call EPOCH_fnc_returnConfigEntryV2) then {