mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Allow setting the EntityTransfer-max_distance to 0 to override distance checks. This is to facilitate current viewer work fixing the distance limitations for teleporting.
This commit is contained in:
@@ -652,8 +652,11 @@
|
||||
|
||||
|
||||
[EntityTransfer]
|
||||
; The maximum distance in regions that an agent is allowed to teleport along the x or y axis
|
||||
; This is set to 16383 because current viewers can't handle teleports that are greater than this distance
|
||||
; The maximum distance in regions that an agent is allowed to teleport
|
||||
; along the x or y axis. This is set to 16383 because current viewers
|
||||
; can't handle teleports that are greater than this distance
|
||||
; Setting to 0 will allow teleports of any distance
|
||||
;
|
||||
max_distance = 16383
|
||||
|
||||
; Minimum user level required for HyperGrid teleports
|
||||
|
||||
Reference in New Issue
Block a user