diff options
author | Diva Canto | 2015-10-21 16:47:56 -0700 |
---|---|---|
committer | Diva Canto | 2015-10-21 16:50:31 -0700 |
commit | 25552dda7d51a7077328f2c6cad8c7569e78bc12 (patch) | |
tree | bf061162f3b03364fd4f04d6067cd048e5c0fb1e /bin/OpenSimDefaults.ini | |
parent | recover scripts execution time stat i lost on previus changes. Behing async,... (diff) | |
download | opensim-SC-25552dda7d51a7077328f2c6cad8c7569e78bc12.zip opensim-SC-25552dda7d51a7077328f2c6cad8c7569e78bc12.tar.gz opensim-SC-25552dda7d51a7077328f2c6cad8c7569e78bc12.tar.bz2 opensim-SC-25552dda7d51a7077328f2c6cad8c7569e78bc12.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.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index b2f3947..d6955c3 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 |