Fix an issue introduced in 70a46fe090
. I accidentally deleted the entire [EntityTransfer] section instead of just a few variables in it.
parent
e464bf5d82
commit
25552dda7d
|
@ -746,6 +746,7 @@
|
|||
; Distance in meters that shouts should travel. Default is 100m
|
||||
shout_distance = 100
|
||||
|
||||
[EntityTransfer]
|
||||
; The maximum distance in regions that an agent is allowed to teleport
|
||||
; along the x or y axis. This is set to 65535 because current viewers
|
||||
; can't handle teleports that are greater than this distance
|
||||
|
|
Loading…
Reference in New Issue