diff options
author | Dr Scofield | 2009-07-30 08:38:54 +0000 |
---|---|---|
committer | Dr Scofield | 2009-07-30 08:38:54 +0000 |
commit | 1c965b5a747f4a3d6cfc9914f36f40fe0475e52d (patch) | |
tree | bbffe4f7a7be345433b43a3e512774c127a5c3e2 /bin/OpenSim.ini.example | |
parent | Flag certain meshes to avoid vertex list compaction. This should help speed u... (diff) | |
download | opensim-SC_OLD-1c965b5a747f4a3d6cfc9914f36f40fe0475e52d.zip opensim-SC_OLD-1c965b5a747f4a3d6cfc9914f36f40fe0475e52d.tar.gz opensim-SC_OLD-1c965b5a747f4a3d6cfc9914f36f40fe0475e52d.tar.bz2 opensim-SC_OLD-1c965b5a747f4a3d6cfc9914f36f40fe0475e52d.tar.xz |
adding documentation for DisableUndergroundMovement
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index bd7b5f0..6ae6a95 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1054,6 +1054,11 @@ | |||
1054 | ; only enable this in a trusted environment otherwise you may be subject to hijacking | 1054 | ; only enable this in a trusted environment otherwise you may be subject to hijacking |
1055 | ; AutomaticLinkPermission = false | 1055 | ; AutomaticLinkPermission = false |
1056 | 1056 | ||
1057 | ; Disable underground movement of prims (default true); set to | ||
1058 | ; false to allow script controlled underground positioning of | ||
1059 | ; prims | ||
1060 | ; DisableUndergroundMovement = true | ||
1061 | |||
1057 | 1062 | ||
1058 | [GridInfo] | 1063 | [GridInfo] |
1059 | ; These settings are used to return information on a get_grid_info call. | 1064 | ; These settings are used to return information on a get_grid_info call. |