diff --git a/SQF/dayz_code/compile/fn_gearMenuChecks.sqf b/SQF/dayz_code/compile/fn_gearMenuChecks.sqf index 992d5acb5..2f5b24fae 100644 --- a/SQF/dayz_code/compile/fn_gearMenuChecks.sqf +++ b/SQF/dayz_code/compile/fn_gearMenuChecks.sqf @@ -13,7 +13,7 @@ _isOk = false; _isOk = _cTarget isKindOf _x; }; } count ["LandVehicle","Air", "Ship"]; -_Dis = if (_cTarget isKindOf "USEC_ch53_E" || _cTarget isKindOf "MV22") then {25;} else {12;}; +_Dis = if (_cTarget isKindOf "USEC_ch53_E" || _cTarget isKindOf "MV22") then {25} else {12}; if((locked _cTarget) && _isOk && (((vehicle player) distance _cTarget) < _Dis)) then { cutText [(localize "str_epoch_player_7") , "PLAIN DOWN"]; _display closeDisplay 1;