aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-05-18 23:56:44 +0100
committerJustin Clark-Casey (justincc)2012-05-18 23:56:44 +0100
commitfc5d2742298cb00bfa8187349f30bd7c25576828 (patch)
tree7caab0da08ba1667a2f6c08d7210e30708313443 /bin
parentFix issue where a new outfit folder is not created when a new outfit is saved... (diff)
parentProvide Telehub setting to allow use of landmarks (diff)
downloadopensim-SC_OLD-fc5d2742298cb00bfa8187349f30bd7c25576828.zip
opensim-SC_OLD-fc5d2742298cb00bfa8187349f30bd7c25576828.tar.gz
opensim-SC_OLD-fc5d2742298cb00bfa8187349f30bd7c25576828.tar.bz2
opensim-SC_OLD-fc5d2742298cb00bfa8187349f30bd7c25576828.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'bin')
-rwxr-xr-xbin/OpenSim.ini.example5
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.