aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authoronefang2019-07-21 01:58:51 +1000
committeronefang2019-07-21 01:58:51 +1000
commitf84ec0968c24a5de68c87e82301d97e4fd5536b5 (patch)
treeb4528bc9425352d638dfc96b9df33e5a97e58d1a /bin
parentAllow menu items longer than 24 characters once more. (diff)
downloadopensim-SC_OLD-f84ec0968c24a5de68c87e82301d97e4fd5536b5.zip
opensim-SC_OLD-f84ec0968c24a5de68c87e82301d97e4fd5536b5.tar.gz
opensim-SC_OLD-f84ec0968c24a5de68c87e82301d97e4fd5536b5.tar.bz2
opensim-SC_OLD-f84ec0968c24a5de68c87e82301d97e4fd5536b5.tar.xz
Randomise the spawn points by default.
Seems it works after all.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 9b35f01..0dc565b 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -409,7 +409,7 @@
409 ; available spot to the destination (typically map click/landmark). 409 ; available spot to the destination (typically map click/landmark).
410 ; "random" will place the avatar on a randomly selected spawnpoint; 410 ; "random" will place the avatar on a randomly selected spawnpoint;
411 ; "sequence" will place the avatar on the next sequential SpawnPoint 411 ; "sequence" will place the avatar on the next sequential SpawnPoint
412 SpawnPointRouting = closest 412 SpawnPointRouting = random
413 413
414 ; TelehubAllowLandmark allows users with landmarks to override telehub 414 ; TelehubAllowLandmark allows users with landmarks to override telehub
415 ; routing and land at the landmark coordinates when set to true 415 ; routing and land at the landmark coordinates when set to true