chaning the default max_distance to 16383 as we actually start counting at zero, thank you dahlia for pointing this out.
parent
ec5f17b2ce
commit
663059ac5c
|
@ -653,8 +653,8 @@
|
||||||
|
|
||||||
[EntityTransfer]
|
[EntityTransfer]
|
||||||
; The maximum distance in regions that an agent is allowed to teleport along the x or y axis
|
; 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
|
; This is set to 16383 because current viewers can't handle teleports that are greater than this distance
|
||||||
max_distance = 16384
|
max_distance = 16383
|
||||||
|
|
||||||
; Minimum user level required for HyperGrid teleports
|
; Minimum user level required for HyperGrid teleports
|
||||||
LevelHGTeleport = 0
|
LevelHGTeleport = 0
|
||||||
|
|
Loading…
Reference in New Issue