summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorRogier <rogier777@gmail.com>2016-12-11 00:23:32 +0100
committerparamat <mat.gregory@virginmedia.com>2016-12-12 07:20:50 +0000
commit02112f84e2102182816ffa48d5444a7321730936 (patch)
tree4ebcb70c6bc3401354489c33c2cc00b4e4091fcb /minetest.conf.example
parent38abc91802ec12996d4fbb1e2f0ba4365d86b545 (diff)
downloadminetest-02112f84e2102182816ffa48d5444a7321730936.tar.gz
minetest-02112f84e2102182816ffa48d5444a7321730936.tar.bz2
minetest-02112f84e2102182816ffa48d5444a7321730936.zip
View range: Set maximum to 4000 nodes
The network protocol does not support larger than 255 mapblocks.
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example3
1 files changed, 1 insertions, 2 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index 90d7af0a3..f0e5f1d47 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -473,8 +473,7 @@
# pause_fps_max = 20
# View distance in nodes.
-# Min = 20
-# type: int
+# type: int min: 20 max: 4000
# viewing_range = 100
# Width component of the initial window size.