aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/config-include/osslEnable.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/config-include/osslEnable.ini b/bin/config-include/osslEnable.ini
index 759647d..fd559b2 100644
--- a/bin/config-include/osslEnable.ini
+++ b/bin/config-include/osslEnable.ini
@@ -16,6 +16,9 @@
16 ; The setting enable_windlight = true must also be enabled in the [LightShare] section. 16 ; The setting enable_windlight = true must also be enabled in the [LightShare] section.
17 AllowLightShareFunctions = true 17 AllowLightShareFunctions = true
18 18
19 ; Send function permission error to owner if true, to all if false
20 PermissionErrorToOwner = false
21
19 ; Function Threat level 22 ; Function Threat level
20 ; Several functions have a predefined threat level, one of: None, VeryLow, Low, Moderate, High, VeryHigh, Severe. 23 ; Several functions have a predefined threat level, one of: None, VeryLow, Low, Moderate, High, VeryHigh, Severe.
21 ; See http://opensimulator.org/wiki/Threat_level for more information on these levels. 24 ; See http://opensimulator.org/wiki/Threat_level for more information on these levels.
@@ -64,7 +67,7 @@
64 67
65 ; The threat level also can be replaced by lines of the form 68 ; The threat level also can be replaced by lines of the form
66 ; Creators__FunctionName = comma separated list of UUIDs 69 ; Creators__FunctionName = comma separated list of UUIDs
67 ; this will enable the function for users that are creators and owners of the prim 70 ; this will enable the function for users that are the script creators and owners of the prim
68 71
69 72
70; ************************************************* 73; *************************************************