1
This commit is contained in:
parent
484774bbce
commit
022c75f48b
@ -1123,7 +1123,7 @@ void Room::CombineTeam()
|
||||
|
||||
for (auto& pair : team_hash_) {
|
||||
for (Human* hum : pair.second) {
|
||||
if (hum->auto_fill) {
|
||||
if (hum->auto_fill && !hum->team_uuid.empty()) {
|
||||
need_combine_teams[pair.first] = pair.second.size();
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user