diff --git a/addons/fastroping/functions/fnc_deployRopes.sqf b/addons/fastroping/functions/fnc_deployRopes.sqf index a80b8e0f94..4f0b814de3 100644 --- a/addons/fastroping/functions/fnc_deployRopes.sqf +++ b/addons/fastroping/functions/fnc_deployRopes.sqf @@ -25,7 +25,7 @@ _deployedRopes = _vehicle getVariable [QGVAR(deployedRopes), []]; _hookAttachment = _vehicle getVariable [QGVAR(FRIES), _vehicle]; { _ropeOrigin = _x; - if ({_x select 0 == _ropeOrigin} count _deployedRopes == 0) then { + if ({(_x select 0) isEqualTo _ropeOrigin} count _deployedRopes == 0) then { _hook = QGVAR(helper) createVehicle [0, 0, 0]; _hook allowDamage false; if (typeName _ropeOrigin == "ARRAY") then {