aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorDiva Canto2015-10-21 16:47:56 -0700
committerDiva Canto2015-10-21 16:47:56 -0700
commit41b28550ad04dd68a0d8055c47ccfaf8648fb22e (patch)
tree579518f9f580d2c5b67cf263590ee8051c8ec9c3 /bin/OpenSimDefaults.ini
parentLet the initiator of a teleport or crossing know that we handle extra (diff)
downloadopensim-SC_OLD-41b28550ad04dd68a0d8055c47ccfaf8648fb22e.zip
opensim-SC_OLD-41b28550ad04dd68a0d8055c47ccfaf8648fb22e.tar.gz
opensim-SC_OLD-41b28550ad04dd68a0d8055c47ccfaf8648fb22e.tar.bz2
opensim-SC_OLD-41b28550ad04dd68a0d8055c47ccfaf8648fb22e.tar.xz
Fix an issue introduced in 70a46fe0907c822a5244e36c338bf559ffbec965. I accidentally deleted the entire [EntityTransfer] section instead of just a few variables in it.
Diffstat (limited to '')
-rw-r--r--bin/OpenSimDefaults.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index f44100b..636069d 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -746,6 +746,7 @@
746 ; Distance in meters that shouts should travel. Default is 100m 746 ; Distance in meters that shouts should travel. Default is 100m
747 shout_distance = 100 747 shout_distance = 100
748 748
749[EntityTransfer]
749 ; The maximum distance in regions that an agent is allowed to teleport 750 ; The maximum distance in regions that an agent is allowed to teleport
750 ; along the x or y axis. This is set to 65535 because current viewers 751 ; along the x or y axis. This is set to 65535 because current viewers
751 ; can't handle teleports that are greater than this distance 752 ; can't handle teleports that are greater than this distance