diff options
author | Michael Cerquoni | 2013-09-10 19:56:39 -0400 |
---|---|---|
committer | Michael Cerquoni | 2013-09-10 19:56:39 -0400 |
commit | 663059ac5c65f5fcf9e4313a2c2edfb5b5df0829 (patch) | |
tree | a0240e1930dac79a392efe3b59308d7740f10ca4 /bin/OpenSimDefaults.ini | |
parent | This extends the default max_distance for teleports to 16384, a big thank you... (diff) | |
download | opensim-SC-663059ac5c65f5fcf9e4313a2c2edfb5b5df0829.zip opensim-SC-663059ac5c65f5fcf9e4313a2c2edfb5b5df0829.tar.gz opensim-SC-663059ac5c65f5fcf9e4313a2c2edfb5b5df0829.tar.bz2 opensim-SC-663059ac5c65f5fcf9e4313a2c2edfb5b5df0829.tar.xz |
chaning the default max_distance to 16383 as we actually start counting at zero, thank you dahlia for pointing this out.
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 28f0f4b..e168566 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -653,8 +653,8 @@ | |||
653 | 653 | ||
654 | [EntityTransfer] | 654 | [EntityTransfer] |
655 | ; The maximum distance in regions that an agent is allowed to teleport along the x or y axis | 655 | ; The maximum distance in regions that an agent is allowed to teleport along the x or y axis |
656 | ; This is set to 16384 because current viewers can't handle teleports that are greater than this distance | 656 | ; This is set to 16383 because current viewers can't handle teleports that are greater than this distance |
657 | max_distance = 16384 | 657 | max_distance = 16383 |
658 | 658 | ||
659 | ; Minimum user level required for HyperGrid teleports | 659 | ; Minimum user level required for HyperGrid teleports |
660 | LevelHGTeleport = 0 | 660 | LevelHGTeleport = 0 |