diff options
author | Michael Cerquoni | 2014-06-06 22:29:04 -0400 |
---|---|---|
committer | Michael Cerquoni | 2014-06-06 22:29:04 -0400 |
commit | 0dc14b5f35c520eae8653cd6add78d648cade8e0 (patch) | |
tree | efac66d7364771072f3bd5780ccfa1e49df7241c /bin | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-0dc14b5f35c520eae8653cd6add78d648cade8e0.zip opensim-SC-0dc14b5f35c520eae8653cd6add78d648cade8e0.tar.gz opensim-SC-0dc14b5f35c520eae8653cd6add78d648cade8e0.tar.bz2 opensim-SC-0dc14b5f35c520eae8653cd6add78d648cade8e0.tar.xz |
fix the comment section of max_distance setting to reflect default value
Diffstat (limited to 'bin')
-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 2a7e4c3..7f6d0e6 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -701,7 +701,7 @@ | |||
701 | MaxOutgoingTransferVersion = "SIMULATION/0.3" | 701 | MaxOutgoingTransferVersion = "SIMULATION/0.3" |
702 | 702 | ||
703 | ; The maximum distance in regions that an agent is allowed to teleport | 703 | ; The maximum distance in regions that an agent is allowed to teleport |
704 | ; along the x or y axis. This is set to 16383 because current viewers | 704 | ; along the x or y axis. This is set to 65535 because current viewers |
705 | ; can't handle teleports that are greater than this distance | 705 | ; can't handle teleports that are greater than this distance |
706 | ; Setting to 0 will allow teleports of any distance | 706 | ; Setting to 0 will allow teleports of any distance |
707 | ; | 707 | ; |