diff options
author | BlueWall | 2012-05-18 17:47:00 -0400 |
---|---|---|
committer | BlueWall | 2012-05-18 17:51:38 -0400 |
commit | c05f87b50c32c08818c291c76e46cb558083d35d (patch) | |
tree | f09e7bcf42e23b8280c0c71d4004f5494d1148a2 /bin | |
parent | Fix build break. Comment out EQG deregister/register logging. (diff) | |
download | opensim-SC_OLD-c05f87b50c32c08818c291c76e46cb558083d35d.zip opensim-SC_OLD-c05f87b50c32c08818c291c76e46cb558083d35d.tar.gz opensim-SC_OLD-c05f87b50c32c08818c291c76e46cb558083d35d.tar.bz2 opensim-SC_OLD-c05f87b50c32c08818c291c76e46cb558083d35d.tar.xz |
Provide Telehub setting to allow use of landmarks
Setting to allow use of landmarks to override telehub routing. Default is off.
Diffstat (limited to '')
-rwxr-xr-x | bin/OpenSim.ini.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 9f418a4..aa29c07 100755 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -249,6 +249,11 @@ | |||
249 | ;; "sequence" will place the avatar on the next sequential SpawnPoint | 249 | ;; "sequence" will place the avatar on the next sequential SpawnPoint |
250 | ; SpawnPointRouting = closest | 250 | ; SpawnPointRouting = closest |
251 | 251 | ||
252 | ;# {TelehubAllowLandmark} {} {Allow users with landmarks to override telehub routing} {true false} false | ||
253 | ;; TelehubAllowLandmark allows users with landmarks to override telehub routing and land at the landmark coordinates when set to true | ||
254 | ;; default is false | ||
255 | ; TelehubAllowLandmark = false | ||
256 | |||
252 | [Estates] | 257 | [Estates] |
253 | ; If these values are commented out then the user will be asked for estate details when required (this is the normal case). | 258 | ; If these values are commented out then the user will be asked for estate details when required (this is the normal case). |
254 | ; If these values are uncommented then they will be used to create a default estate as necessary. | 259 | ; If these values are uncommented then they will be used to create a default estate as necessary. |