diff options
author | onefang | 2019-07-21 01:58:51 +1000 |
---|---|---|
committer | onefang | 2019-07-21 01:58:51 +1000 |
commit | f84ec0968c24a5de68c87e82301d97e4fd5536b5 (patch) | |
tree | b4528bc9425352d638dfc96b9df33e5a97e58d1a | |
parent | Allow menu items longer than 24 characters once more. (diff) | |
download | opensim-SC-f84ec0968c24a5de68c87e82301d97e4fd5536b5.zip opensim-SC-f84ec0968c24a5de68c87e82301d97e4fd5536b5.tar.gz opensim-SC-f84ec0968c24a5de68c87e82301d97e4fd5536b5.tar.bz2 opensim-SC-f84ec0968c24a5de68c87e82301d97e4fd5536b5.tar.xz |
Randomise the spawn points by default.
Seems it works after all.
-rw-r--r-- | bin/OpenSimDefaults.ini | 2 |
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 |