diff options
author | Michael Cerquoni | 2014-06-06 16:59:13 -0400 |
---|---|---|
committer | Justin Clark-Casey | 2014-06-10 20:28:50 +0100 |
commit | 5e4cf1b84c94b1e1f550a4bd1ef14e3bc59dc789 (patch) | |
tree | b900c7d4665d7bf2d3a1bf86cc89faf57c9bb0c4 /bin | |
parent | Added simulation version compatibility check so that agents coming from 0.7.6... (diff) | |
download | opensim-SC_OLD-5e4cf1b84c94b1e1f550a4bd1ef14e3bc59dc789.zip opensim-SC_OLD-5e4cf1b84c94b1e1f550a4bd1ef14e3bc59dc789.tar.gz opensim-SC_OLD-5e4cf1b84c94b1e1f550a4bd1ef14e3bc59dc789.tar.bz2 opensim-SC_OLD-5e4cf1b84c94b1e1f550a4bd1ef14e3bc59dc789.tar.xz |
bump default teleport limit to 65535 regions
Diffstat (limited to '')
-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 |