1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-23 17:55:19 +01:00

View range: Set maximum to 4000 nodes

The network protocol does not support larger than 255 mapblocks.
This commit is contained in:
Rogier
2016-12-11 00:23:32 +01:00
committed by paramat
parent 38abc91802
commit 02112f84e2
4 changed files with 20 additions and 11 deletions

View File

@@ -418,8 +418,7 @@ fps_max (Maximum FPS) int 60
pause_fps_max (FPS in pause menu) int 20
# View distance in nodes.
# Min = 20
viewing_range (Viewing range) int 100
viewing_range (Viewing range) int 100 20 4000
# Width component of the initial window size.
screenW (Screen width) int 800