mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
conform isnil checking: cargo
This commit is contained in:
parent
57b411b8a4
commit
2688cdd95f
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user