diff options
author | Diva Canto | 2016-06-23 11:44:59 -0700 |
---|---|---|
committer | Diva Canto | 2016-06-23 11:44:59 -0700 |
commit | b522f0916aa96a941da95d456acaa8d2ea0bb496 (patch) | |
tree | c27e21707e324e7cfc2648240e60b1b5a686262d /bin/OpenSimDefaults.ini | |
parent | Replace the http server dll with the right pair dll + xml (diff) | |
download | opensim-SC-b522f0916aa96a941da95d456acaa8d2ea0bb496.zip opensim-SC-b522f0916aa96a941da95d456acaa8d2ea0bb496.tar.gz opensim-SC-b522f0916aa96a941da95d456acaa8d2ea0bb496.tar.bz2 opensim-SC-b522f0916aa96a941da95d456acaa8d2ea0bb496.tar.xz |
Mantis #7934 and related: landing points and telehubs for gods. Added a new configuration variable LandingPointBehavior that can switch between what we're used to in OpenSim and the behavior in SL.
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index fbe4379..a55d762 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -808,6 +808,11 @@ | |||
808 | ; Disabling cancellation can be okay in small closed grids where all teleports are highly likely to suceed. | 808 | ; Disabling cancellation can be okay in small closed grids where all teleports are highly likely to suceed. |
809 | DisableInterRegionTeleportCancellation = false | 809 | DisableInterRegionTeleportCancellation = false |
810 | 810 | ||
811 | ;; This option exists to control the behavior of teleporting gods into places that have landing points | ||
812 | ;; and telehubs. Historically, there has been a difference: OpenSim (OS) has honored landing points and telehubs even for | ||
813 | ;; avatars with god permissions; SL lets gods land wherever they want. | ||
814 | LandingPointBehavior = LandingPointBehavior_OS | ||
815 | |||
811 | 816 | ||
812 | [Messaging] | 817 | [Messaging] |
813 | ; Control which region module is used for instant messaging. | 818 | ; Control which region module is used for instant messaging. |