aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMichael Cerquoni2013-09-10 19:56:39 -0400
committerMichael Cerquoni2013-09-10 19:56:39 -0400
commit663059ac5c65f5fcf9e4313a2c2edfb5b5df0829 (patch)
treea0240e1930dac79a392efe3b59308d7740f10ca4 /bin
parentThis extends the default max_distance for teleports to 16384, a big thank you... (diff)
downloadopensim-SC_OLD-663059ac5c65f5fcf9e4313a2c2edfb5b5df0829.zip
opensim-SC_OLD-663059ac5c65f5fcf9e4313a2c2edfb5b5df0829.tar.gz
opensim-SC_OLD-663059ac5c65f5fcf9e4313a2c2edfb5b5df0829.tar.bz2
opensim-SC_OLD-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')
-rw-r--r--bin/OpenSimDefaults.ini4
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