mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
This extends the default max_distance for teleports to 16384, a big thank you to all of the viewer devs who made this possibe!
This commit is contained in:
@@ -653,8 +653,8 @@
|
||||
|
||||
[EntityTransfer]
|
||||
; The maximum distance in regions that an agent is allowed to teleport along the x or y axis
|
||||
; This is set to 4095 because current viewers can't handle teleports that are greater than this distance
|
||||
max_distance = 4095
|
||||
; This is set to 16384 because current viewers can't handle teleports that are greater than this distance
|
||||
max_distance = 16384
|
||||
|
||||
; Minimum user level required for HyperGrid teleports
|
||||
LevelHGTeleport = 0
|
||||
|
||||
Reference in New Issue
Block a user