This commit is contained in:
aozhiwei 2022-10-27 19:31:57 +08:00
parent 630b620c18
commit 0a2a1e4919

View File

@ -1118,9 +1118,11 @@ void Human::FillSMGameOver(cs::SMGameOver& msg)
}
}
#if 1
if (room->GetBattleStartFrameNo() <= 0) {
if (room->GetBattleStartFrameNo() <= 0 &&
dead_frameno) {
msg.set_team_rank(0);
msg.set_personal_rank(0);
msg.set_my_rank(0);
}
#endif
}