1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

Rely on max_simultaneous_block_sends_per_client to limit blocks sent to the client.

This commit is contained in:
Lars 2020-10-13 12:38:34 -07:00 committed by lhofhansl
parent 2f871e3b49
commit f43d1cfa81
2 changed files with 1 additions and 18 deletions

View file

@ -364,7 +364,6 @@ private:
std::set<v3s16> m_blocks_sent;
s16 m_nearest_unsent_d = 0;
v3s16 m_last_center;
float m_nearest_unsent_reset_timer = 0.0f;
const u16 m_max_simul_sends;
const float m_min_time_from_building;