mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
* 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
This commit is contained in:
@@ -319,6 +319,7 @@ mesh_physical_lod = 16
|
||||
;; append to existing physics logfile, or overwrite existing logfiles?
|
||||
;physics_logging_append_existing_logfile = true
|
||||
|
||||
|
||||
[RemoteAdmin]
|
||||
enabled = false
|
||||
access_password = unknown
|
||||
@@ -333,6 +334,7 @@ prefix = /admin
|
||||
[RestRegionPlugin]
|
||||
enabled = false
|
||||
|
||||
|
||||
; Uncomment the following for IRC bridge
|
||||
; experimental, so if it breaks... keep both parts... yada yada
|
||||
; also, not good error detection when it fails
|
||||
|
||||
Reference in New Issue
Block a user