From 89570e16376d1b6c79cec0b6ad013ec51e93053d Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Tue, 11 Nov 2008 03:10:28 +0000 Subject: Add ClampPrimSize option to ensure no prim can exceed the set size. This will allow people who don't want megaprims in their sim to prevent them from being created. Any prim rezzed or pulled across the border will be clamped to the size specified in OpenSim.ini if this option is set. --- bin/OpenSim.ini.example | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 369f940..6b3cb94 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -37,6 +37,7 @@ TextureOnMapTile = false ; Maximum total size, and maximum size where a prim can be physical NonPhysicalPrimMax = 256 PhysicalPrimMax = 10 +ClampPrimSize = false ; ## ; ## STORAGE -- cgit v1.1