aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie2010-11-05 13:33:58 +0000
committerMelanie2010-11-05 13:33:58 +0000
commit53d64f755a49a471cc56e114eee28221ada8a987 (patch)
tree394e63178940b34fdaa3a6d353489d0992f68d29 /bin
parentFix creation of a duplicate physics actor on chained drag-copy operations, (diff)
parentDelete existing presences for a user ID when they log in again. (diff)
downloadopensim-SC_OLD-53d64f755a49a471cc56e114eee28221ada8a987.zip
opensim-SC_OLD-53d64f755a49a471cc56e114eee28221ada8a987.tar.gz
opensim-SC_OLD-53d64f755a49a471cc56e114eee28221ada8a987.tar.bz2
opensim-SC_OLD-53d64f755a49a471cc56e114eee28221ada8a987.tar.xz
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'bin')
-rw-r--r--bin/Robust.ini.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 10edccd..bc87ac2 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -107,6 +107,9 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
107[PresenceService] 107[PresenceService]
108 ; for the server connector 108 ; for the server connector
109 LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService" 109 LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService"
110 ; Set this to true to allow the use of advanced web services and multiple
111 ; bots using one account
112 AllowDuplicatePresences = false;
110 113
111[AvatarService] 114[AvatarService]
112 ; for the server connector 115 ; for the server connector