fix team metadata in lobbies

This commit is contained in:
Martin Michelsen
2023-11-27 21:30:59 -08:00
parent 8e2a58ccaa
commit 1a5e56c0b2
3 changed files with 18 additions and 9 deletions
-3
View File
@@ -1802,9 +1802,6 @@ void send_join_lobby_t(shared_ptr<Client> c, shared_ptr<Lobby> l, shared_ptr<Cli
if (!is_v1(c->version())) {
send_player_records_t<RecordsT>(c, l, joining_client);
}
if (c->version() == Version::BB_V4) {
send_all_nearby_team_metadatas_to_client(c, false);
}
uint8_t lobby_type;
if (c->config.override_lobby_number != 0x80) {