diff -r dc41e9222d2c -r 75e1d0c0ba72 QTfrontend/net/newnetclient.cpp --- a/QTfrontend/net/newnetclient.cpp Wed Oct 10 23:58:23 2012 +0400 +++ b/QTfrontend/net/newnetclient.cpp Thu Oct 11 21:17:56 2012 +0400 @@ -465,7 +465,7 @@ if (lst[i] == mynick) { netClientState = InLobby; - m_playersModel->resetRoomFlags(); + RawSendNet(QString("LIST")); emit connected(); }