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