nav: restore fix fall timer removed in last major pr

This commit is contained in:
jeefo 2025-08-09 20:20:43 +03:00
commit 6da92fe0f2
No known key found for this signature in database
GPG key ID: D696786B81B667C8
4 changed files with 6 additions and 2 deletions

View file

@ -1603,6 +1603,7 @@ void Bot::newRound () {
m_approachingLadderTimer.invalidate ();
m_forgetLastVictimTimer.invalidate ();
m_lostReachableNodeTimer.invalidate ();
m_fixFallTimer.invalidate ();
m_repathTimer.invalidate ();
for (auto &timer : m_chatterTimes) {