1
This commit is contained in:
parent
d6ecc44949
commit
e959d8d72e
@ -1651,6 +1651,11 @@ void Room::FillTeam()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
std::random_shuffle(free_team_list.begin(), free_team_list.end());
|
std::random_shuffle(free_team_list.begin(), free_team_list.end());
|
||||||
|
for (auto& pair : accountid_hash_) {
|
||||||
|
if (!pair.second->GetTeam()->IsFull()) {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void Room::InitAirDrop()
|
void Room::InitAirDrop()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user