Fix boo-boo in OpenSim.ini.example affecting telehub sequential routing
Configuration value should be "sequence" instead of "sequential"0.7.4.1
parent
f0c9cb8dc0
commit
0aa7baf49a
|
@ -241,12 +241,12 @@
|
||||||
;; server to send mail through.
|
;; server to send mail through.
|
||||||
; emailmodule = DefaultEmailModule
|
; 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.
|
;; SpawnPointRouting adjusts the landing for incoming avatars.
|
||||||
;; "closest" will place the avatar at the SpawnPoint located in the closest
|
;; "closest" will place the avatar at the SpawnPoint located in the closest
|
||||||
;; available spot to the destination (typically map click/landmark).
|
;; available spot to the destination (typically map click/landmark).
|
||||||
;; "random" will place the avatar on a randomly selected spawnpoint;
|
;; "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
|
; SpawnPointRouting = closest
|
||||||
|
|
||||||
[Estates]
|
[Estates]
|
||||||
|
|
Loading…
Reference in New Issue