1
This commit is contained in:
parent
abe393c6fe
commit
33c54b878a
@ -1515,6 +1515,10 @@ void Room::CombineTeam()
|
||||
return;
|
||||
}
|
||||
|
||||
if (need_combine_teams.size() < 2) {
|
||||
return;
|
||||
}
|
||||
|
||||
size_t first_team_num = 4;
|
||||
switch (total_count) {
|
||||
case 3:
|
||||
|
Loading…
x
Reference in New Issue
Block a user