This commit is contained in:
aozhiwei 2019-08-14 15:08:36 +08:00
parent efe64536c6
commit 5f7cfad2f6

View File

@ -1125,6 +1125,7 @@ void Room::CombineTeam()
for (Human* hum : pair.second) { for (Human* hum : pair.second) {
if (hum->auto_fill) { if (hum->auto_fill) {
need_combine_teams[pair.first] = pair.second.size(); need_combine_teams[pair.first] = pair.second.size();
break;
} }
} }
} }