diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 2 | ||||
-rw-r--r-- | bin/Robust.ini.example | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 9afac3f..58e9b10 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. |
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 1c04ab5..f70d13b 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -166,7 +166,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
166 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 | 166 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 |
167 | ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. | 167 | ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. |
168 | ;; Default is false | 168 | ;; Default is false |
169 | ; CreateDefaultAvatarEntries = false | 169 | CreateDefaultAvatarEntries = true |
170 | 170 | ||
171 | ;; Allow the service to process HTTP createuser calls. | 171 | ;; Allow the service to process HTTP createuser calls. |
172 | ;; Default is false. | 172 | ;; Default is false. |