This commit is contained in:
aozhiwei 2024-02-08 15:46:49 +08:00
parent 749d64544e
commit c28a81e2fc

View File

@ -1092,7 +1092,7 @@ void Human::FillSMGameOver(cs::SMGameOver& msg)
p->set_version(20230321);
p->set_team_id(GetTeam()->GetTeamId());
p->set_room_uuid(a8::XValue(room->GetRoomUuid()).GetString());
p->set_room_mode(room->IsPveRoom() ? 1 : 0);
p->set_room_mode(room->GetReportRoomMode());
p->set_team_mode(1);
p->set_game_over(room->IsGameOver() ? 1 : 0);
p->set_victory(stats->victory ? 1 : 0);