Game list in Lobby is now shown and updated even after joining or creating a game. Game updates will be sent by the server at all times (even during the game).
This commit is contained in:
@@ -59,7 +59,6 @@ void LobbyChat::selfJoined(QString ownName, QString channel)
|
||||
myNick = ownName;
|
||||
myLobby->textBrowser_ChatDisplay->append(tr("Joined channel:") + " " + channel + " " + tr("as user") + " " + ownName + ".");
|
||||
myLobby->textBrowser_ChatDisplay->append("");
|
||||
playerJoined(ownName);
|
||||
myLobby->lineEdit_ChatInput->setEnabled(true);
|
||||
myLobby->lineEdit_ChatInput->setFocus();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user