1
0
mirror of https://github.com/luanti-org/luanti.git synced 2026-01-12 12:15:26 +01:00

Damage: Remove damage ignore timer

This commit is contained in:
SmallJoker
2017-08-13 09:49:29 +02:00
parent 6f80e302fd
commit f9738c1909
3 changed files with 9 additions and 22 deletions

View File

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