Skip to content

Commit

Permalink
fix: Fix -1pp on some of SC overlays
Browse files Browse the repository at this point in the history
  • Loading branch information
cyperdark committed Nov 14, 2024
1 parent c19d1fc commit 24d0caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tosu/src/api/utils/buildResultSC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export const buildResult = (instanceManager: InstanceManager): ApiAnswer => {
osu_m99_9PP: -1,
mania_1_000_000PP: -1,
mania_m1_000_000PP: -1,
simulatedPp: -1,
simulatedPp: beatmapPP.ppAcc[100],

plays: 0,
tags: '',
Expand Down

0 comments on commit 24d0caf

Please sign in to comment.