diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSimDefaults.ini | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index e168566..c16dee2 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -652,8 +652,11 @@ | |||
652 | 652 | ||
653 | 653 | ||
654 | [EntityTransfer] | 654 | [EntityTransfer] |
655 | ; The maximum distance in regions that an agent is allowed to teleport along the x or y axis | 655 | ; The maximum distance in regions that an agent is allowed to teleport |
656 | ; This is set to 16383 because current viewers can't handle teleports that are greater than this distance | 656 | ; along the x or y axis. This is set to 16383 because current viewers |
657 | ; can't handle teleports that are greater than this distance | ||
658 | ; Setting to 0 will allow teleports of any distance | ||
659 | ; | ||
657 | max_distance = 16383 | 660 | max_distance = 16383 |
658 | 661 | ||
659 | ; Minimum user level required for HyperGrid teleports | 662 | ; Minimum user level required for HyperGrid teleports |