diff options
author | Melanie Thielker | 2008-11-11 03:10:28 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-11-11 03:10:28 +0000 |
commit | 89570e16376d1b6c79cec0b6ad013ec51e93053d (patch) | |
tree | ce154bf5d12c8de2597d0ddd569d31b80ddff873 /bin | |
parent | Fix a nullref in attachment packing (diff) | |
download | opensim-SC_OLD-89570e16376d1b6c79cec0b6ad013ec51e93053d.zip opensim-SC_OLD-89570e16376d1b6c79cec0b6ad013ec51e93053d.tar.gz opensim-SC_OLD-89570e16376d1b6c79cec0b6ad013ec51e93053d.tar.bz2 opensim-SC_OLD-89570e16376d1b6c79cec0b6ad013ec51e93053d.tar.xz |
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.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
37 | ; Maximum total size, and maximum size where a prim can be physical | 37 | ; Maximum total size, and maximum size where a prim can be physical |
38 | NonPhysicalPrimMax = 256 | 38 | NonPhysicalPrimMax = 256 |
39 | PhysicalPrimMax = 10 | 39 | PhysicalPrimMax = 10 |
40 | ClampPrimSize = false | ||
40 | 41 | ||
41 | ; ## | 42 | ; ## |
42 | ; ## STORAGE | 43 | ; ## STORAGE |