This commit is contained in:
aozhiwei 2022-08-29 15:24:14 +08:00
parent 6f559cf81d
commit 2bcbb34623

View File

@ -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);