This commit is contained in:
aozhiwei 2019-08-14 17:22:31 +08:00
parent 484774bbce
commit 022c75f48b

View File

@ -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;
}