Fixed bug with fastroping simultaneously

This commit is contained in:
BaerMitUmlaut 2016-03-05 23:20:44 +01:00
parent 8039332743
commit b20e433f43

View File

@ -24,7 +24,7 @@ _deployedRopes = _vehicle getVariable [QGVAR(deployedRopes), []];
_usableRope = _deployedRopes select 0;
_usableRopeIndex = 0;
{
if !(_x select 6) exitWith {
if !(_x select 5) exitWith {
_usableRope = _x;
_usableRopeIndex = _forEachIndex;
};