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 {