mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
conform isnil checking: tagging
This commit is contained in:
parent
275b5edd95
commit
69480998ae
@ -46,7 +46,7 @@ if (_object getVariable [QGVAR(testVar), false]) then {
|
||||
|
||||
// If the object already has tags attached, just add the new one to the list
|
||||
private _attachedTags = _object getVariable QGVAR(attachedTags);
|
||||
if !(isNil "_attachedTags ") exitWith {
|
||||
if (!isNil "_attachedTags ") exitWith {
|
||||
_attachedTags pushBack _tag;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user