ocm fix ranking
This commit is contained in:
parent
52537d8f7b
commit
aed96ce32b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user