Enable server side occlusion culling by default.

This commit is contained in:
lhofhansl 2017-03-03 12:40:50 -08:00 committed by Nils Dagsson Moskopp
parent cc4fdda474
commit a25f0a2210
Signed by: erle
GPG Key ID: A3BC671C35191080
1 changed files with 1 additions and 1 deletions

View File

@ -868,7 +868,7 @@ block_send_optimize_distance (block send optimize distance) int 4 2
# on the eye position of the player. This can reduce the number of blocks
# sent to the client 50-80%. The client will not longer receive most invisible
# so that the utility of noclip mode is reduced.
server_side_occlusion_culling (Server side occlusion culling) bool false
server_side_occlusion_culling (Server side occlusion culling) bool true
[*Mapgen]