mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Turn off verbose info message introduced accidentally with ae9b1aa
This commit is contained in:
parent
8b1a844e69
commit
f4fedfed07
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ void RemoteClient::GetNextBlocks (
|
|||
const s16 full_d_max = std::min(adjustDist(m_max_send_distance, camera_fov), wanted_range);
|
||||
const s16 d_opt = std::min(adjustDist(m_block_optimize_distance, camera_fov), wanted_range);
|
||||
const s16 d_blocks_in_sight = full_d_max * BS * MAP_BLOCKSIZE;
|
||||
infostream << "Fov from client " << camera_fov << " full_d_max " << full_d_max << std::endl;
|
||||
//infostream << "Fov from client " << camera_fov << " full_d_max " << full_d_max << std::endl;
|
||||
|
||||
s16 d_max = full_d_max;
|
||||
s16 d_max_gen = std::min(adjustDist(m_max_gen_distance, camera_fov), wanted_range);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue