Clarify that AllowLightShareFunctions setting is false, which is the default in OpenSimDefaults.ini and the code.
parent
2e02f49fd9
commit
76cfab35a5
|
@ -726,8 +726,9 @@
|
|||
;; Allow the use of os* functions (some are dangerous)
|
||||
; AllowOSFunctions = false
|
||||
|
||||
;# {AllowLightShareFunctions} {Enabled:true [LightShare]enable_windlight:true} {Allow LightShare functions?} {true false} true
|
||||
; Allow the user of LightShare functions
|
||||
;# {AllowLightShareFunctions} {Enabled:false [LightShare]enable_windlight:true} {Allow LightShare functions?} {true false} false
|
||||
; Allow the use of LightShare functions.
|
||||
; The setting enable_windlight = true must also be enabled in the [LightShare] section.
|
||||
; AllowLightShareFunctions = false
|
||||
|
||||
;# {OSFunctionThreatLevel} {Enabled:true AllowOSFunctions:true} {OSFunction threat level? (DANGEROUS!)} {None VeryLow Low Moderate High VeryHigh Severe} VeryLow
|
||||
|
|
Loading…
Reference in New Issue