fixed a typo
This commit is contained in:
parent
5f34fae51f
commit
37af0b1325
@ -28,7 +28,7 @@ private _hiddenObjs = [];
|
|||||||
private _shrubs = nearestTerrainObjects[_spawnPos,["TREE", "SMALL TREE", "BUSH","FENCE", "WALL","ROCK"], sizeOf _objClassName];
|
private _shrubs = nearestTerrainObjects[_spawnPos,["TREE", "SMALL TREE", "BUSH","FENCE", "WALL","ROCK"], sizeOf _objClassName];
|
||||||
if !(_shrubs isEqualTo []) then
|
if !(_shrubs isEqualTo []) then
|
||||||
{
|
{
|
||||||
_hiddenOjbs append _shrubs;
|
_hiddenObjs append _shrubs;
|
||||||
{_x hideObjectGlobal true} forEach _shrubs;
|
{_x hideObjectGlobal true} forEach _shrubs;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user