From 2454ade07b5a3c6e250fccf0f1640e1f97d273fa Mon Sep 17 00:00:00 2001 From: Dystopian Date: Sat, 28 Apr 2018 22:34:52 +0300 Subject: [PATCH] Quick Mount - Fix mount from water (#6310) --- addons/quickmount/functions/fnc_getInNearest.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/quickmount/functions/fnc_getInNearest.sqf b/addons/quickmount/functions/fnc_getInNearest.sqf index 4b5debc2aa..49f1f3521c 100644 --- a/addons/quickmount/functions/fnc_getInNearest.sqf +++ b/addons/quickmount/functions/fnc_getInNearest.sqf @@ -37,7 +37,7 @@ TRACE_1("",_target); if (!isNull _target && {alive _target} && {{_target isKindOf _x} count ["Air","LandVehicle","Ship","StaticMortar"] > 0} && - {([ACE_player, _target] call EFUNC(common,canInteractWith))} && + {([ACE_player, _target, ["isNotSwimming"]] call EFUNC(common,canInteractWith))} && {speed _target <= GVAR(speed)} ) then {