1
This commit is contained in:
parent
6f559cf81d
commit
2bcbb34623
@ -965,7 +965,7 @@ void Human::FillSMGameOver(cs::SMGameOver& msg)
|
||||
(
|
||||
[this, &msg] (Human* member) -> bool
|
||||
{
|
||||
if (this != member && !room->IsPveRoom()) {
|
||||
if (this != member || room->IsPveRoom()) {
|
||||
member->FillMFTeamData(this, msg.add_team_data(), true);
|
||||
cs::MFPlayerStats* p = msg.add_player_stats();
|
||||
member->FillMFPlayerStats(p);
|
||||
|
Loading…
x
Reference in New Issue
Block a user