修复组队结算问题

This commit is contained in:
aozhiwei 2019-06-26 13:07:29 +08:00
parent 10f768becf
commit a690aaa7fc

View File

@ -587,7 +587,7 @@ void Human::FillSMGameOver(cs::SMGameOver& msg)
break;
}
}
if (!dead && GetAliveTeamNum() == 1) {
if (!dead && room->GetAliveTeamNum() == 1) {
rank = 1;
}