aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authornebadon2012-02-04 19:41:25 -0700
committernebadon2012-02-04 19:41:25 -0700
commit44badf452e72463950c21595b641b26844a5d1d3 (patch)
treee74b69a709fdc392f0b24710707cf5529bdfeab0
parentMake NonphysicalPrimMax setting work properly (diff)
downloadopensim-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 '')
-rwxr-xr-xbin/OpenSim.ini.example2
-rw-r--r--bin/OpenSimDefaults.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index f9b405d..d45f72b 100755
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -87,7 +87,7 @@
87 87
88 ;# {NonPhysicalPrimMax} {} {Maximum size of nonphysical prims?} {} 256 88 ;# {NonPhysicalPrimMax} {} {Maximum size of nonphysical prims?} {} 256
89 ;; Maximum size for non-physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonphysicalPrimMax!). 89 ;; Maximum size for non-physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonphysicalPrimMax!).
90 ; NonPhysicalPrimMax = 256 90 ; NonphysicalPrimMax = 256
91 91
92 ;# {PhysicalPrimMax} {} {Maximum size of physical prims?} {} 10 92 ;# {PhysicalPrimMax} {} {Maximum size of physical prims?} {} 10
93 ;; Maximum size where a prim can be physical. Affects resizing of existing prims. This can be overriden in the region config file. 93 ;; Maximum size where a prim can be physical. Affects resizing of existing prims. This can be overriden in the region config file.
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