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
|
@ -673,13 +673,6 @@ private:
|
|||
*/
|
||||
ClientInterface m_clients;
|
||||
|
||||
/*
|
||||
Peer change queue.
|
||||
Queues stuff from peerAdded() and deletingPeer() to
|
||||
handlePeerChanges()
|
||||
*/
|
||||
std::queue<con::PeerChange> m_peer_change_queue;
|
||||
|
||||
std::unordered_map<session_t, std::string> m_formspec_state_data;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue