Server_Room optimisation

This commit is contained in:
Max-Wilhelm Bruker 2013-02-11 15:29:19 +01:00
parent de3055be6a
commit 00029eeeb4
3 changed files with 15 additions and 13 deletions

View file

@ -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);