1
This commit is contained in:
parent
eec460a58b
commit
791039a6e5
@ -158,6 +158,12 @@ void Human::FillMFPlayerStats(cs::MFPlayerStats* stats_pb)
|
||||
stats_pb->set_killer_name(stats.killer_name);
|
||||
|
||||
stats_pb->set_account_id(account_id);
|
||||
|
||||
for (auto& pair : stats.extra_drop) {
|
||||
auto p = stats_pb->add_extra_drop();
|
||||
p->set_key(pair.first);
|
||||
p->set_value(pair.second);
|
||||
}
|
||||
}
|
||||
|
||||
void Human::GetAabbBox(AabbCollider& aabb_box)
|
||||
|
Loading…
x
Reference in New Issue
Block a user