This commit is contained in:
aozhiwei 2022-09-01 13:54:35 +08:00
parent e5d5563c0c
commit 6569e0088b

View File

@ -707,6 +707,9 @@ void Human::FillMFTeamData(Human* hum, cs::MFTeamData* team_data, bool is_game_o
team_data->set_dead(dead);
team_data->set_downed(downed);
}
#if 1
team_data->set_dead(dead);
#endif
if (is_game_over || room->GetGasData().gas_mode == GasInactive) {
team_data->set_name(name);