conform isnil checking: fastroping

This commit is contained in:
Whigital 2020-02-11 23:42:25 +01:00
parent 80352519e1
commit c33112333e

View File

@ -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 {