fixed a typo

This commit is contained in:
Chris Cardozo 2020-09-26 00:43:25 -04:00
parent 5f34fae51f
commit 37af0b1325

View File

@ -28,7 +28,7 @@ private _hiddenObjs = [];
private _shrubs = nearestTerrainObjects[_spawnPos,["TREE", "SMALL TREE", "BUSH","FENCE", "WALL","ROCK"], sizeOf _objClassName];
if !(_shrubs isEqualTo []) then
{
_hiddenOjbs append _shrubs;
_hiddenObjs append _shrubs;
{_x hideObjectGlobal true} forEach _shrubs;
};
};