mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed bug with fastroping simultaneously
This commit is contained in:
@ -24,7 +24,7 @@ _deployedRopes = _vehicle getVariable [QGVAR(deployedRopes), []];
|
|||||||
_usableRope = _deployedRopes select 0;
|
_usableRope = _deployedRopes select 0;
|
||||||
_usableRopeIndex = 0;
|
_usableRopeIndex = 0;
|
||||||
{
|
{
|
||||||
if !(_x select 6) exitWith {
|
if !(_x select 5) exitWith {
|
||||||
_usableRope = _x;
|
_usableRope = _x;
|
||||||
_usableRopeIndex = _forEachIndex;
|
_usableRopeIndex = _forEachIndex;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user