This extends the default max_distance for teleports to 16384, a big thank you to all of the viewer devs who made this possibe!
parent
b05cb3b2bf
commit
ec5f17b2ce
|
@ -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 4095 because current viewers can't handle teleports that are greater than this distance
|
; This is set to 16384 because current viewers can't handle teleports that are greater than this distance
|
||||||
max_distance = 4095
|
max_distance = 16384
|
||||||
|
|
||||||
; Minimum user level required for HyperGrid teleports
|
; Minimum user level required for HyperGrid teleports
|
||||||
LevelHGTeleport = 0
|
LevelHGTeleport = 0
|
||||||
|
|
Loading…
Reference in New Issue