aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-06-09 00:33:17 +0100
committerJustin Clark-Casey (justincc)2012-06-09 00:33:17 +0100
commit08cd5d2503d23bda54622d9110c7146b6a8648ff (patch)
tree237ea0c11c182236a806edd2a0f0792d2c5f02c3 /bin/OpenSimDefaults.ini
parentFix regression in 5f4f9f0 (Fri Jun 8 2012) which stopped "show stats" and jso... (diff)
downloadopensim-SC_OLD-08cd5d2503d23bda54622d9110c7146b6a8648ff.zip
opensim-SC_OLD-08cd5d2503d23bda54622d9110c7146b6a8648ff.tar.gz
opensim-SC_OLD-08cd5d2503d23bda54622d9110c7146b6a8648ff.tar.bz2
opensim-SC_OLD-08cd5d2503d23bda54622d9110c7146b6a8648ff.tar.xz
Add documentation to AllowGodFunctions setting in [LL-Functions]
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index c67e45a..0e1a3af 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1153,6 +1153,8 @@
1153 ; currently unused 1153 ; currently unused
1154 ; AllowosConsoleCommand=false 1154 ; AllowosConsoleCommand=false
1155 1155
1156 ; Are god functions such as llSetObjectPermMask() allowed? If true then gods and only gods have access to these functions.
1157 ; If false then gods cannot execute these functions either.
1156 AllowGodFunctions = false 1158 AllowGodFunctions = false
1157 1159
1158 ; Maximum number of llListen events we allow over the entire region. 1160 ; Maximum number of llListen events we allow over the entire region.