mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
conform isnil checking: fastroping
This commit is contained in:
parent
80352519e1
commit
c33112333e
@ -42,7 +42,7 @@ private _unit = {
|
|||||||
if (_x isKindOf "CAManBase") exitWith {_x};
|
if (_x isKindOf "CAManBase") exitWith {_x};
|
||||||
} forEach (attachedObjects (_brokenRope select 3));
|
} forEach (attachedObjects (_brokenRope select 3));
|
||||||
|
|
||||||
if !(isNil "_unit") then {
|
if (!isNil "_unit") then {
|
||||||
if (_part == "top") then {
|
if (_part == "top") then {
|
||||||
detach _unit;
|
detach _unit;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user