This commit is contained in:
aozhiwei 2021-07-12 07:09:56 +00:00
parent bc40f5fc7e
commit 81cd0f68c9

View File

@ -642,6 +642,8 @@ void Human::FillSMGameOver(cs::SMGameOver& msg)
{ {
if (this != member) { if (this != member) {
member->FillMFTeamData(msg.add_team_data(), true); member->FillMFTeamData(msg.add_team_data(), true);
cs::MFPlayerStats* p = msg.add_player_stats();
member->FillMFPlayerStats(p);
} }
return true; return true;
}); });