mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Bugfix for static FRIES
This commit is contained in:
parent
996a5105fc
commit
953119a411
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user