conform isnil checking: cargo

This commit is contained in:
Whigital 2020-02-11 23:41:18 +01:00
parent 57b411b8a4
commit 2688cdd95f

View File

@ -53,7 +53,7 @@ private _continue = if (_item isEqualType objNull) then {
}; };
} forEach _loaded; } forEach _loaded;
FILTER(_loaded,_x != nil); FILTER(_loaded,!isNil "_x");
true true
}; };