This commit is contained in:
aozhiwei 2021-09-06 14:03:10 +08:00
parent a90292f73f
commit 26649aefab

View File

@ -254,7 +254,7 @@ void Human::FillMFObjectFull(Room* room, Human* hum, cs::MFObjectFull* full_data
"room.frameno:%d", "room.frameno:%d",
{ {
dead_frameno, dead_frameno,
dead_times, stats.dead_times,
room->AliveCount(), room->AliveCount(),
room->GetFrameNo() room->GetFrameNo()
}); });