diff options
author | BlueWall | 2014-07-30 15:01:26 -0400 |
---|---|---|
committer | BlueWall | 2014-07-30 15:01:26 -0400 |
commit | 3ec695e05b108dac3a3407d70750ca748c0dc00c (patch) | |
tree | 4ce17713822f448d663536c52e0c0fff7b6dba80 /bin/Robust.ini.example | |
parent | Simulator Extra Features Service (diff) | |
download | opensim-SC-3ec695e05b108dac3a3407d70750ca748c0dc00c.zip opensim-SC-3ec695e05b108dac3a3407d70750ca748c0dc00c.tar.gz opensim-SC-3ec695e05b108dac3a3407d70750ca748c0dc00c.tar.bz2 opensim-SC-3ec695e05b108dac3a3407d70750ca748c0dc00c.tar.xz |
Add Chat module extra feature settings to GridExtraFeatures service
Diffstat (limited to '')
-rw-r--r-- | bin/Robust.ini.example | 9 |
1 files changed, 9 insertions, 0 deletions
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 | ||