backport 2008-03-30T19:43:02Z!martinxyz@gmx.ch (fix gamelist being sent to the kicked/banned player)
This commit is contained in:
parent
d5adcbb738
commit
5ce79fb85d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue