Skip to content

Commit

Permalink
Remove recalculated field
Browse files Browse the repository at this point in the history
  • Loading branch information
Rian8337 committed Oct 10, 2024
1 parent 903b9e5 commit e060471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/creators/EmbedCreator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ export abstract class EmbedCreator {
Symbols.star
}`,
)}\n` +
`Recalculated: ${bold(playerInfo.dppRecalcComplete ? "Yes" : "No")}\n` +
// `Recalculated: ${bold(playerInfo.dppRecalcComplete ? "Yes" : "No")}\n` +
`[${localization.getTranslation(
"ppProfile",
)}](https://droidpp.osudroid.moe/profile/${playerInfo.uid})`,
Expand Down

0 comments on commit e060471

Please sign in to comment.