mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 16:44:48 -07:00
LocalServer crash fix
This commit is contained in:
parent
5fa2f019d0
commit
461a62e0c8
7 changed files with 28 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ public:
|
|||
virtual QMap<QString, ServerInfo_User *> getIgnoreList(const QString &name) = 0;
|
||||
virtual bool getUserBanned(Server_ProtocolHandler * /*client*/, const QString & /*userName*/) const { return false; }
|
||||
protected:
|
||||
void prepareDestroy();
|
||||
QList<Server_ProtocolHandler *> clients;
|
||||
QMap<QString, Server_ProtocolHandler *> users;
|
||||
QMap<int, Server_Room *> rooms;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue