summaryrefslogtreecommitdiff
path: root/src/clientiface.h
diff options
context:
space:
mode:
authorLars <larsh@apache.org>2020-10-13 12:38:34 -0700
committerlhofhansl <larsh@apache.org>2020-10-13 19:39:43 -0700
commitf43d1cfa81aa496174af6cdfa648dab9dd17288c (patch)
tree1a2e72dd7594bcbce385d8a70126a0e2ece85c00 /src/clientiface.h
parent2f871e3b49d87b0ae0e7b52f7ead6d3512727f0f (diff)
downloadminetest-f43d1cfa81aa496174af6cdfa648dab9dd17288c.tar.gz
minetest-f43d1cfa81aa496174af6cdfa648dab9dd17288c.tar.bz2
minetest-f43d1cfa81aa496174af6cdfa648dab9dd17288c.zip
Rely on max_simultaneous_block_sends_per_client to limit blocks sent to the client.
Diffstat (limited to 'src/clientiface.h')
-rw-r--r--src/clientiface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/clientiface.h b/src/clientiface.h
index 83fa6fe99..ca2af65fe 100644
--- a/src/clientiface.h
+++ b/src/clientiface.h
@@ -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;