修复组队结算问题
This commit is contained in:
parent
52a360a193
commit
fd7240dd71
@ -715,7 +715,7 @@ bool Human::HasNoDownedTeammate()
|
|||||||
{
|
{
|
||||||
if (team_members) {
|
if (team_members) {
|
||||||
for (auto& hum : *team_members) {
|
for (auto& hum : *team_members) {
|
||||||
if (hum != this && (!hum->dead || !hum->downed)) {
|
if (hum != this && !hum->dead && !hum->downed) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user