mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
chaning the default max_distance to 16383 as we actually start counting at zero, thank you dahlia for pointing this out.
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 16384 because current viewers can't handle teleports that are greater than this distance
|
||||
max_distance = 16384
|
||||
; This is set to 16383 because current viewers can't handle teleports that are greater than this distance
|
||||
max_distance = 16383
|
||||
|
||||
; Minimum user level required for HyperGrid teleports
|
||||
LevelHGTeleport = 0
|
||||
|
||||
Reference in New Issue
Block a user