1
This commit is contained in:
parent
704a1e9792
commit
ac7e77a7e4
@ -498,7 +498,7 @@ void Human::FillSMGameOver(cs::SMGameOver& msg)
|
||||
msg.set_team_allcnt(1);
|
||||
msg.set_game_over(room->game_over);
|
||||
msg.set_victory(!dead);
|
||||
msg.set_room_uuid(a8::XValue(room_uuid));
|
||||
msg.set_room_uuid(a8::XValue(room->room_uuid));
|
||||
|
||||
cs::MFPlayerStats* p = msg.add_player_stats();
|
||||
FillMFPlayerStats(p);
|
||||
|
Loading…
x
Reference in New Issue
Block a user