1
This commit is contained in:
parent
efe64536c6
commit
5f7cfad2f6
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user