diff options
author | nebadon | 2012-02-04 19:41:25 -0700 |
---|---|---|
committer | nebadon | 2012-02-04 19:41:25 -0700 |
commit | 44badf452e72463950c21595b641b26844a5d1d3 (patch) | |
tree | e74b69a709fdc392f0b24710707cf5529bdfeab0 /bin/OpenSimDefaults.ini | |
parent | Make NonphysicalPrimMax setting work properly (diff) | |
download | opensim-SC_OLD-44badf452e72463950c21595b641b26844a5d1d3.zip opensim-SC_OLD-44badf452e72463950c21595b641b26844a5d1d3.tar.gz opensim-SC_OLD-44badf452e72463950c21595b641b26844a5d1d3.tar.bz2 opensim-SC_OLD-44badf452e72463950c21595b641b26844a5d1d3.tar.xz |
change NonPhysicalPrimMax to NonphysicalPrimMax to make this variable
work correctly, it was being ignored because of the case, this effects
OpenSim.ini.example and OpenSimDefaults.ini
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 3935c92..01cf791 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -82,7 +82,7 @@ | |||
82 | allow_regionless = false | 82 | allow_regionless = false |
83 | 83 | ||
84 | ; Maximum size of non physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonphysicalPrimMax!). | 84 | ; Maximum size of non physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonphysicalPrimMax!). |
85 | NonPhysicalPrimMax = 256 | 85 | NonphysicalPrimMax = 256 |
86 | 86 | ||
87 | ; Maximum size of physical prims. Affects resizing of existing prims. This can be overriden in the region config file. | 87 | ; Maximum size of physical prims. Affects resizing of existing prims. This can be overriden in the region config file. |
88 | PhysicalPrimMax = 10 | 88 | PhysicalPrimMax = 10 |