diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 7 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 975d59e..842043e 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -537,6 +537,13 @@ | |||
537 | ; shout_distance = 100 | 537 | ; shout_distance = 100 |
538 | 538 | ||
539 | 539 | ||
540 | [EntityTransfer] | ||
541 | ;# {DisableInterRegionTeleportCancellation} {} {Determine whether the cancel button is shown at all during teleports.} {false true} false | ||
542 | ;; This option exists because cancelling at certain points can result in an unuseable session (frozen avatar, etc.) | ||
543 | ;; Disabling cancellation can be okay in small closed grids where all teleports are highly likely to suceed. | ||
544 | ;DisableInterRegionTeleportCancellation = false | ||
545 | |||
546 | |||
540 | [Messaging] | 547 | [Messaging] |
541 | ;# {OfflineMessageModule} {} {Module to use for offline message storage} {OfflineMessageModule "Offline Message Module V2" *} | 548 | ;# {OfflineMessageModule} {} {Module to use for offline message storage} {OfflineMessageModule "Offline Message Module V2" *} |
542 | ;; Module to handle offline messaging. The core module requires an external | 549 | ;; Module to handle offline messaging. The core module requires an external |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index a712338..3eaef61 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -624,6 +624,11 @@ | |||
624 | ; Minimum user level required for HyperGrid teleports | 624 | ; Minimum user level required for HyperGrid teleports |
625 | LevelHGTeleport = 0 | 625 | LevelHGTeleport = 0 |
626 | 626 | ||
627 | ; Determine whether the cancel button is shown at all during teleports. | ||
628 | ; This option exists because cancelling at certain points can result in an unuseable session (frozen avatar, etc.) | ||
629 | ; Disabling cancellation can be okay in small closed grids where all teleports are highly likely to suceed. | ||
630 | DisableInterRegionTeleportCancellation = false | ||
631 | |||
627 | 632 | ||
628 | [Messaging] | 633 | [Messaging] |
629 | ; Control which region module is used for instant messaging. | 634 | ; Control which region module is used for instant messaging. |