diff options
author | Michael Cerquoni | 2014-06-06 16:59:13 -0400 |
---|---|---|
committer | Michael Cerquoni | 2014-06-06 16:59:13 -0400 |
commit | b913f1c8ab45c238f129be2b35b254b2e807dc60 (patch) | |
tree | d67d90e052f51e31a7d94447d00c7aa4d4394266 /bin/OpenSimDefaults.ini | |
parent | Added simulation version compatibility check so that agents coming from 0.7.6... (diff) | |
download | opensim-SC-b913f1c8ab45c238f129be2b35b254b2e807dc60.zip opensim-SC-b913f1c8ab45c238f129be2b35b254b2e807dc60.tar.gz opensim-SC-b913f1c8ab45c238f129be2b35b254b2e807dc60.tar.bz2 opensim-SC-b913f1c8ab45c238f129be2b35b254b2e807dc60.tar.xz |
bump default teleport limit to 65535 regions
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-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 fd6e8b7..55cf5cf 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -701,7 +701,7 @@ | |||
701 | ; can't handle teleports that are greater than this distance | 701 | ; can't handle teleports that are greater than this distance |
702 | ; Setting to 0 will allow teleports of any distance | 702 | ; Setting to 0 will allow teleports of any distance |
703 | ; | 703 | ; |
704 | max_distance = 16383 | 704 | max_distance = 65535 |
705 | 705 | ||
706 | ; Minimum user level required for HyperGrid teleports | 706 | ; Minimum user level required for HyperGrid teleports |
707 | LevelHGTeleport = 0 | 707 | LevelHGTeleport = 0 |