mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Finish up OSSL enable/disable options in XEngine.
Now each function can be allowed, subject to threat level, disabled, or restricted to certain UUIDs.
This commit is contained in:
@@ -692,6 +692,17 @@ ScriptDelayFactor = 1.0
|
||||
; The factor the 10 m distances llimits are multiplied by
|
||||
ScriptDistanceLimitFactor = 1.0
|
||||
|
||||
; OS Functions enable/disable
|
||||
; For each function, you can add one line, as shown
|
||||
|
||||
; true is the default for all functions, and allows them if below threat level
|
||||
; Allow_osSetRegionWaterHeight = true
|
||||
|
||||
; false disables the function completely
|
||||
; Allow_osSetRegionWaterHeight = false
|
||||
|
||||
; Comma separated list of UUIDS allows the function for that list of UUIDS
|
||||
; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb
|
||||
|
||||
[GridInfo]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user