1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-17 02:15:22 +02:00

Damage: Remove damage ignore timer

This commit is contained in:
SmallJoker
2017-08-13 09:49:29 +02:00
committed by paramat
parent d677f292cc
commit 03caa1e319
3 changed files with 9 additions and 21 deletions

View File

@@ -469,7 +469,6 @@ private:
float m_connection_reinit_timer = 0.1f;
float m_avg_rtt_timer = 0.0f;
float m_playerpos_send_timer = 0.0f;
float m_ignore_damage_timer = 0.0f; // Used after server moves player
IntervalLimiter m_map_timer_and_unload_interval;
IWritableTextureSource *m_tsrc;