mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-12 16:58:39 +00:00
Remove Server::m_ignore_map_edit_events (noop)
This commit is contained in:
parent
09eea421a9
commit
2bec28f462
2 changed files with 1 additions and 9 deletions
|
@ -622,12 +622,6 @@ private:
|
|||
This is behind m_env_mutex
|
||||
*/
|
||||
std::queue<MapEditEvent*> m_unsent_map_edit_queue;
|
||||
/*
|
||||
Set to true when the server itself is modifying the map and does
|
||||
all sending of information by itself.
|
||||
This is behind m_env_mutex
|
||||
*/
|
||||
bool m_ignore_map_edit_events = false;
|
||||
/*
|
||||
If a non-empty area, map edit events contained within are left
|
||||
unsent. Done at map generation time to speed up editing of the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue