This commit is contained in:
aozhiwei 2020-07-31 19:45:02 +08:00
parent 7ba43acd3d
commit 48a19adb77

View File

@ -2361,6 +2361,9 @@ void Human::GenZbModeBattleReportData(a8::MutableXObject* params)
if (a->stats.kills > b->stats.kills) {
return true;
}
if (a->stats.kills < b->stats.kills) {
return false;
}
if (a->stats.last_kill_frameno < b->stats.last_kill_frameno) {
return true;
}