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