1
0
mirror of synced 2025-01-31 20:15:24 +01:00

ocm fix ranking

This commit is contained in:
ghkkk090 2022-08-20 19:51:58 +07:00
parent 52537d8f7b
commit aed96ce32b

View File

@ -388,7 +388,10 @@ export async function ocmCompetitionDay(body: wm.protobuf.LoadGhostCompetitionIn
currentRank = i + 1;
isQualified = true;
}
topresult.push(ocmTallyRecord[i].result);
else
{
topresult.push(ocmTallyRecord[i].result);
}
}
// Mini game braking point