Fixed halved NPC distance and renamed config option to chunksize.

This commit is contained in:
2020-09-21 23:30:05 +02:00
parent d6357197d3
commit a768a4f539
5 changed files with 7 additions and 11 deletions

View File

@@ -20,8 +20,7 @@ dbsaveinterval=240
port=8002
ip=127.0.0.1
# distance at which other players and NPCs become visible
playerdistance=20000
npcdistance=16000
chunksize=40000
# time, in milliseconds, to wait before kicking a non-responsive client
# default is 1 minute
timeout=60000