QTfrontend/net/newnetclient.cpp
changeset 7744 75e1d0c0ba72
parent 7736 1cf84a84ef43
child 7765 1e162c1d6dc7
--- 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();
             }