This commit is contained in:
parent
de309ea05c
commit
8c354b1be1
@ -257,7 +257,7 @@ public class ScoreService {
|
||||
score.getId(),
|
||||
MathUtils.format(score.getAccuracy(), 2),
|
||||
platformName.toLowerCase(), score.getPlatformScoreId(),
|
||||
isRanked ? " pp: %s,".formatted(score.getPp()) : "",
|
||||
isRanked ? " pp: %s,".formatted(MathUtils.format(score.getPp(), 2)) : "",
|
||||
score.getLeaderboardId(),
|
||||
leaderboard.getDifficulty().getDifficulty(),
|
||||
user.getUsername() == null ? user.getSteamId() : user.getUsername(),
|
||||
|
Reference in New Issue
Block a user