This commit is contained in:
aozhiwei 2023-03-16 17:53:05 +08:00
parent d6ecc44949
commit e959d8d72e

View File

@ -1651,6 +1651,11 @@ void Room::FillTeam()
}
}
std::random_shuffle(free_team_list.begin(), free_team_list.end());
for (auto& pair : accountid_hash_) {
if (!pair.second->GetTeam()->IsFull()) {
}
}
}
void Room::InitAirDrop()