We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9831768 commit b839ca8Copy full SHA for b839ca8
addons/modules/XEH_postInit.sqf
@@ -18,7 +18,7 @@ if (isServer) then {
18
19
{
20
_x hideObjectGlobal _hide;
21
- } forEach nearestTerrainObjects [_position, _objectTypes, _radius];
+ } forEach nearestTerrainObjects [_position, _objectTypes, _radius, false, true]; // Use 2D mode to handle tall objects
22
}] call CBA_fnc_addEventHandler;
23
};
24
0 commit comments