mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 00:23:55 -07:00
Server_Room optimisation
This commit is contained in:
parent
de3055be6a
commit
00029eeeb4
3 changed files with 15 additions and 13 deletions
|
|
@ -37,7 +37,7 @@ private:
|
|||
QStringList gameTypes;
|
||||
QMap<int, Server_Game *> games;
|
||||
QMap<int, ServerInfo_Game> externalGames;
|
||||
QList<Server_ProtocolHandler *> userList;
|
||||
QMap<QString, Server_ProtocolHandler *> users;
|
||||
QMap<QString, ServerInfo_User_Container> externalUsers;
|
||||
private slots:
|
||||
void broadcastGameListUpdate(const ServerInfo_Game &gameInfo, bool sendToIsl = true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue