diff options
author | Michael Cerquoni | 2014-06-06 22:29:04 -0400 |
---|---|---|
committer | Justin Clark-Casey | 2014-06-10 20:29:00 +0100 |
commit | d98a19b3984156fac790ef6550c1c2add7d9a3bd (patch) | |
tree | 14881d70b6760ceb59679b28334e1de1ecffcbee | |
parent | Missed this ini change in previous commit (diff) | |
download | opensim-SC_OLD-d98a19b3984156fac790ef6550c1c2add7d9a3bd.zip opensim-SC_OLD-d98a19b3984156fac790ef6550c1c2add7d9a3bd.tar.gz opensim-SC_OLD-d98a19b3984156fac790ef6550c1c2add7d9a3bd.tar.bz2 opensim-SC_OLD-d98a19b3984156fac790ef6550c1c2add7d9a3bd.tar.xz |
fix the comment section of max_distance setting to reflect default value
-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 | ; |