mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Remove extraneous whitespaces
Co-Authored-By: mharis001 <34453221+mharis001@users.noreply.github.com>
This commit is contained in:
parent
ab7bb11091
commit
6244975316
@ -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…
x
Reference in New Issue
Block a user