aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorUbitUmarov2017-05-11 21:41:33 +0100
committerUbitUmarov2017-05-11 21:41:33 +0100
commitb8138c37d3382a52f0b58468a0446c018118302f (patch)
tree8ffe687738cc3fc3e65f66310147d5596ed9c848
parentdon't allow multiple presences of same avatar also on HG gatekeeper (diff)
downloadopensim-SC_OLD-b8138c37d3382a52f0b58468a0446c018118302f.zip
opensim-SC_OLD-b8138c37d3382a52f0b58468a0446c018118302f.tar.gz
opensim-SC_OLD-b8138c37d3382a52f0b58468a0446c018118302f.tar.bz2
opensim-SC_OLD-b8138c37d3382a52f0b58468a0446c018118302f.tar.xz
hide a nonsense option
-rw-r--r--bin/Robust.HG.ini.example7
-rw-r--r--bin/Robust.ini.example4
2 files changed, 2 insertions, 9 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 7d13d43..e65d13e 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -288,7 +288,8 @@
288 LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" 288 LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
289 289
290 ; Realm = "regions" 290 ; Realm = "regions"
291 ; AllowDuplicateNames = "True" 291 // do not set this to TRUE unless you understand it
292 ; AllowDuplicateNames = ""
292 293
293 ;; Perform distance check for the creation of a linked region 294 ;; Perform distance check for the creation of a linked region
294 ; Check4096 = "True" 295 ; Check4096 = "True"
@@ -444,10 +445,6 @@
444 ; for the server connector 445 ; for the server connector
445 LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService" 446 LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService"
446 447
447 ; Set this to true to allow the use of advanced web services and multiple
448 ; bots using one account
449 AllowDuplicatePresences = false;
450
451[AvatarService] 448[AvatarService]
452 ; for the server connector 449 ; for the server connector
453 LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService" 450 LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService"
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index d33178c..2ebcef7 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -390,10 +390,6 @@
390[PresenceService] 390[PresenceService]
391 ; for the server connector 391 ; for the server connector
392 LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService" 392 LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService"
393 ; Set this to true to allow the use of advanced web services and multiple
394 ; bots using one account
395 AllowDuplicatePresences = false;
396
397 393
398[AvatarService] 394[AvatarService]
399 ; for the server connector 395 ; for the server connector