aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-06-09 01:11:15 +0100
committerJustin Clark-Casey (justincc)2012-06-09 01:11:15 +0100
commit1f3218e53f01ee20eefbd484810f8d5ec8190a31 (patch)
treed9ed1e942185d9b8bac5d4024a439d2b051f49fc /bin
parentAdd documentation to AllowGodFunctions setting in [LL-Functions] (diff)
downloadopensim-SC_OLD-1f3218e53f01ee20eefbd484810f8d5ec8190a31.zip
opensim-SC_OLD-1f3218e53f01ee20eefbd484810f8d5ec8190a31.tar.gz
opensim-SC_OLD-1f3218e53f01ee20eefbd484810f8d5ec8190a31.tar.bz2
opensim-SC_OLD-1f3218e53f01ee20eefbd484810f8d5ec8190a31.tar.xz
Create avatar entries necessary to stop new v3 avatars being clouds (pants, shape, etc.) by default in grid mode.
This only affects avatars created through the "create user" console command or createuser XMLRPC. This matches the default setting for standalone
Diffstat (limited to 'bin')
-rw-r--r--bin/Robust.ini.example2
1 files changed, 1 insertions, 1 deletions
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.