diff options
author | BlueWall | 2012-09-18 09:47:15 -0400 |
---|---|---|
committer | BlueWall | 2012-09-18 09:53:45 -0400 |
commit | d29fc5305222abcc081daa7aa4b0b017d04bbae1 (patch) | |
tree | f3f63ea561e60d426ef41e218a7a591a9b603fb4 /bin/OpenSimDefaults.ini | |
parent | Moving ScriptModuleComms into the CoreModules tree. (diff) | |
download | opensim-SC_OLD-d29fc5305222abcc081daa7aa4b0b017d04bbae1.zip opensim-SC_OLD-d29fc5305222abcc081daa7aa4b0b017d04bbae1.tar.gz opensim-SC_OLD-d29fc5305222abcc081daa7aa4b0b017d04bbae1.tar.bz2 opensim-SC_OLD-d29fc5305222abcc081daa7aa4b0b017d04bbae1.tar.xz |
Fix some inconsistencies in configurartion: NonPhys prims
Fix inconsistencies between configuration parameter names and their description names. Changing the configuration parameters for non physical prim size min-max from Nonphys* to NonPhys*.
Please update your OpenSim.ini and Regions.ini to reflect these changes.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 0173f5b..ef4f578 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -85,8 +85,8 @@ | |||
85 | ;; from the selected region_info_source. | 85 | ;; from the selected region_info_source. |
86 | allow_regionless = false | 86 | allow_regionless = false |
87 | 87 | ||
88 | ; Maximum size of non physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonphysicalPrimMax!). | 88 | ; Maximum size of non physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonPhysicalPrimMax!). |
89 | NonphysicalPrimMax = 256 | 89 | NonPhysicalPrimMax = 256 |
90 | 90 | ||
91 | ; Maximum size of physical prims. Affects resizing of existing prims. This can be overriden in the region config file. | 91 | ; Maximum size of physical prims. Affects resizing of existing prims. This can be overriden in the region config file. |
92 | PhysicalPrimMax = 10 | 92 | PhysicalPrimMax = 10 |