mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix ordering issue with new server peers
This commit is contained in:
parent
7afa78ec82
commit
1380bf9b88
4 changed files with 9 additions and 62 deletions
|
@ -436,6 +436,8 @@ void Client::step(float dtime)
|
|||
}
|
||||
}
|
||||
|
||||
// The issue that made this workaround necessary was fixed in August 2024, but
|
||||
// it's not like we can remove this code - ever.
|
||||
if (m_state == LC_Created) {
|
||||
float &counter = m_connection_reinit_timer;
|
||||
counter -= dtime;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue