aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/Robust.HG.ini.example9
-rw-r--r--bin/Robust.ini.example9
2 files changed, 18 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index fc81ef0..2319117 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -504,6 +504,15 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
504 ; Grid Destination Guide URI 504 ; Grid Destination Guide URI
505 ;DestinationGuideURI = "http://example.com:8200/" 505 ;DestinationGuideURI = "http://example.com:8200/"
506 506
507 ; Chat Whisper Distance
508 ;WhisperDistance = 10
509
510 ; Chat Say Distance
511 ;SayDistance = 20
512
513 ; Chat Shout Distance
514 ;ShoutDistance = 100
515
507 ; Grid Allow Export 516 ; Grid Allow Export
508 ;ExportSupported = true 517 ;ExportSupported = true
509 518
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 74987d4..99a932d 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -476,6 +476,15 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
476 ; Grid Destination Guide URI 476 ; Grid Destination Guide URI
477 ;DestinationGuideURI = "http://example.com:8200/" 477 ;DestinationGuideURI = "http://example.com:8200/"
478 478
479 ; Chat Whisper Distance
480 ;WhisperDistance = 10
481
482 ; Chat Say Distance
483 ;SayDistance = 20
484
485 ; Chat Shout Distance
486 ;ShoutDistance = 100
487
479 ; Grid Allow Export 488 ; Grid Allow Export
480 ;ExportSupported = true 489 ;ExportSupported = true
481 490