Fix boo-boo in OpenSim.ini.example affecting telehub sequential routing

Configuration value should be "sequence" instead of "sequential"
0.7.4.1
BlueWall 2012-05-16 23:17:42 -04:00
parent f0c9cb8dc0
commit 0aa7baf49a
1 changed files with 2 additions and 2 deletions

View File

@ -241,12 +241,12 @@
;; server to send mail through.
; emailmodule = DefaultEmailModule
;# {SpawnPointRouting} {} {Set routing method for Telehub Spawnpoints} {closest random sequential} closest
;# {SpawnPointRouting} {} {Set routing method for Telehub Spawnpoints} {closest random sequence} closest
;; SpawnPointRouting adjusts the landing for incoming avatars.
;; "closest" will place the avatar at the SpawnPoint located in the closest
;; available spot to the destination (typically map click/landmark).
;; "random" will place the avatar on a randomly selected spawnpoint;
;; "sequential" will place the avatar on the next sequential SpawnPoint
;; "sequence" will place the avatar on the next sequential SpawnPoint
; SpawnPointRouting = closest
[Estates]