Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Drop unused Server::m_ignore_map_edit_events_peer_id
  • Loading branch information
nerzhul committed Mar 9, 2018
1 parent bcdb3d5 commit def46c6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/server.h
Expand Up @@ -619,12 +619,6 @@ class Server : public con::PeerHandler, public MapEventReceiver,
This is behind m_env_mutex
*/
VoxelArea m_ignore_map_edit_events_area;
/*
If set to !=0, the incoming MapEditEvents are modified to have
this peed id as the disabled recipient
This is behind m_env_mutex
*/
session_t m_ignore_map_edit_events_peer_id = 0;

// media files known to server
std::unordered_map<std::string, MediaInfo> m_media;
Expand Down

0 comments on commit def46c6

Please sign in to comment.