chaning the default max_distance to 16383 as we actually start counting at zero, thank you dahlia for pointing this out.

varregion
Michael Cerquoni 2013-09-10 19:56:39 -04:00
parent ec5f17b2ce
commit 663059ac5c
1 changed files with 2 additions and 2 deletions

View File

@ -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