backport 2008-03-30T19:43:02Z!martinxyz@gmx.ch (fix gamelist being sent to the kicked/banned player)

This commit is contained in:
Martin Renold 2008-03-30 19:43:33 +00:00
parent d5adcbb738
commit 5ce79fb85d

View file

@ -1449,7 +1449,7 @@ void server::process_data_game(const network::connection sock,
if (user) {
lobby_.add_player(user, true);
if (g->describe_slots()) {
send_gamelist_diff(sock);
send_gamelist_diff(user);
}
// Send the removed user the lobby game list.
send_doc(games_and_users_list_, user);