mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Masterserver update
This commit is contained in:
parent
e232f7311f
commit
a924409bd1
8 changed files with 126 additions and 65 deletions
|
@ -685,7 +685,7 @@ private:
|
|||
JMutex m_con_mutex;
|
||||
// Connected clients (behind the con mutex)
|
||||
std::map<u16, RemoteClient*> m_clients;
|
||||
u16 m_clients_number; //for announcing masterserver
|
||||
std::vector<std::string> m_clients_names; //for announcing masterserver
|
||||
|
||||
// Ban checking
|
||||
BanManager *m_banmanager;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue