diff -r fba7210b438b -r 96a4757dfeb8 QTfrontend/newnetclient.cpp --- a/QTfrontend/newnetclient.cpp Wed Feb 25 17:12:32 2009 +0000 +++ b/QTfrontend/newnetclient.cpp Wed Feb 25 17:18:12 2009 +0000 @@ -228,7 +228,6 @@ RawSendNet(QString("PROTO%1%2").arg(delimeter).arg(*cProtoVer)); netClientState = 1; m_game_connected = true; - emit Connected(); return; } @@ -376,6 +375,7 @@ { netClientState = 2; RawSendNet(QString("LIST")); + emit Connected(); } emit nickAddedLobby(lst[i]);