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