make joining players play a sound again
This commit is contained in:
parent
052036e3b3
commit
dea04a45ba
1 changed files with 1 additions and 1 deletions
|
@ -1165,7 +1165,7 @@ void connect::process_network_data(const config& data, const network::connection
|
|||
|
||||
// sides_[side_taken].set_connection(sock);
|
||||
sides_[side_taken].import_network_user(data);
|
||||
update_playerlist_state();
|
||||
update_playerlist_state(false);
|
||||
update_and_send_diff();
|
||||
|
||||
LOG_NW << "sent player data\n";
|
||||
|
|
Loading…
Add table
Reference in a new issue