Oops - missed the config changes
parent
171480f235
commit
847127f83c
|
@ -241,6 +241,14 @@
|
||||||
;; 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 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
|
||||||
|
; SpawnPointRouting = closest
|
||||||
|
|
||||||
[Estates]
|
[Estates]
|
||||||
; If these values are commented out then the user will be asked for estate details when required (this is the normal case).
|
; If these values are commented out then the user will be asked for estate details when required (this is the normal case).
|
||||||
; If these values are uncommented then they will be used to create a default estate as necessary.
|
; If these values are uncommented then they will be used to create a default estate as necessary.
|
||||||
|
|
Loading…
Reference in New Issue