1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

Removed terrain grid related configs

This commit is contained in:
SAM 2015-05-10 12:28:58 +02:00
parent c05a91f530
commit 2ce133675a

@ -15,12 +15,6 @@ class CfgVehicles {
typeName = "NUMBER";
defaultValue = 10000;
};
class moduleTerrainGridLimit {
displayName = "Terrain Grid Limit";
description = "Sets the limit for how high clients can raise their terrain grid (<= 50)";
typeName = "NUMBER";
defaultValue = 50; // range is 3.125 - 50 Reference: https://community.bistudio.com/wiki/setTerrainGrid
};
};
};
};