diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index b9eb4e8..f9105a1 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -636,7 +636,6 @@ | |||
636 | Cap_AvatarPickerSearch = "localhost" | 636 | Cap_AvatarPickerSearch = "localhost" |
637 | 637 | ||
638 | 638 | ||
639 | |||
640 | [Chat] | 639 | [Chat] |
641 | ; Controls whether the chat module is enabled. Default is true. | 640 | ; Controls whether the chat module is enabled. Default is true. |
642 | enabled = true; | 641 | enabled = true; |
@@ -657,6 +656,15 @@ | |||
657 | ; Setting to 0 will allow teleports of any distance | 656 | ; Setting to 0 will allow teleports of any distance |
658 | max_distance = 4095 | 657 | max_distance = 4095 |
659 | 658 | ||
659 | ; The maximum protocol version that we will use for outgoing transfers | ||
660 | ; Valid values are | ||
661 | ; "SIMULATION/0.2" | ||
662 | ; - this is the default. A source simulator which only implements "SIMULATION/0.1" can still teleport with that protocol | ||
663 | ; - this protocol is more efficient than "SIMULATION/0.1" | ||
664 | ; "SIMULATION/0.1" | ||
665 | ; - this is an older teleport protocol used in OpenSimulator 0.7.5 and before. | ||
666 | MaxOutgoingTransferVersion = "SIMULATION/0.2" | ||
667 | |||
660 | ; Minimum user level required for HyperGrid teleports | 668 | ; Minimum user level required for HyperGrid teleports |
661 | LevelHGTeleport = 0 | 669 | LevelHGTeleport = 0 |
662 | 670 | ||