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:
lotodore
2007-09-29 14:05:41 +00:00
parent 390837f332
commit 3c88ba8bbe
19 changed files with 407 additions and 197 deletions
+1 -2
View File
@@ -70,8 +70,7 @@ void irc_notify_player_list(irc_session_t *session, const char *players)
input >> name;
while (!input.fail() && !input.eof())
{
if (name != context->nick)
context->ircThread.GetCallback().SignalIrcPlayerJoined(name);
context->ircThread.GetCallback().SignalIrcPlayerJoined(name);
input >> name;
}
}