]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/clientiface.h
Rely on max_simultaneous_block_sends_per_client to limit blocks sent to the client.
[dragonfireclient.git] / src / clientiface.h
index 83fa6fe99c3ae973fdf64c29b6c3a10c97cd41d6..ca2af65fea203f03be10e92ad022249607624513 100644 (file)
@@ -364,7 +364,6 @@ class RemoteClient
        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;