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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user