diff options
author | Justin Clarke Casey | 2008-06-27 18:18:44 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-06-27 18:18:44 +0000 |
commit | 442a938a3f7fa09f9aa00cdebcb0f1fbe9088df3 (patch) | |
tree | 8396b8ce154a270d886dbeb9325eb794012d20fc /bin/OpenSim.ini.example | |
parent | dr scofield's warnings safari: (diff) | |
download | opensim-SC_OLD-442a938a3f7fa09f9aa00cdebcb0f1fbe9088df3.zip opensim-SC_OLD-442a938a3f7fa09f9aa00cdebcb0f1fbe9088df3.tar.gz opensim-SC_OLD-442a938a3f7fa09f9aa00cdebcb0f1fbe9088df3.tar.bz2 opensim-SC_OLD-442a938a3f7fa09f9aa00cdebcb0f1fbe9088df3.tar.xz |
* fix a bug where I was assuming all entities would be SceneObjectGroups - of course, some are ScenePresences
* would be nice to have a separate list in InnerScene in the future since a lot of methods end up screen entities for SOGs
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 7f3faa1..c24d030 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -319,6 +319,7 @@ mesh_physical_lod = 16 | |||
319 | ;; append to existing physics logfile, or overwrite existing logfiles? | 319 | ;; append to existing physics logfile, or overwrite existing logfiles? |
320 | ;physics_logging_append_existing_logfile = true | 320 | ;physics_logging_append_existing_logfile = true |
321 | 321 | ||
322 | |||
322 | [RemoteAdmin] | 323 | [RemoteAdmin] |
323 | enabled = false | 324 | enabled = false |
324 | access_password = unknown | 325 | access_password = unknown |
@@ -333,6 +334,7 @@ prefix = /admin | |||
333 | [RestRegionPlugin] | 334 | [RestRegionPlugin] |
334 | enabled = false | 335 | enabled = false |
335 | 336 | ||
337 | |||
336 | ; Uncomment the following for IRC bridge | 338 | ; Uncomment the following for IRC bridge |
337 | ; experimental, so if it breaks... keep both parts... yada yada | 339 | ; experimental, so if it breaks... keep both parts... yada yada |
338 | ; also, not good error detection when it fails | 340 | ; also, not good error detection when it fails |