mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
FIX: _target not define (#8536)
This commit is contained in:
parent
290ce934f4
commit
5fc9856b61
@ -20,7 +20,7 @@ _args params ["_state", "_unit", "_parent", "_rope", "_length", "_ropeClass"];
|
||||
|
||||
private _exitCondition = !(
|
||||
(alive GVAR(attachHelper)) &&
|
||||
{ alive _target } &&
|
||||
{ alive _parent } &&
|
||||
{ alive _unit } &&
|
||||
{ "" isEqualTo currentWeapon _unit || { _unit call EFUNC(common,isSwimming) }} &&
|
||||
{ [_unit, objNull, [INTERACTION_EXCEPTIONS]] call EFUNC(common,canInteractWith) } &&
|
||||
|
Loading…
Reference in New Issue
Block a user