From 5ae7c790be9281f069b5bb5f49df2aad06ad1d1a Mon Sep 17 00:00:00 2001 From: Luna Date: Sun, 22 Jun 2025 10:24:36 +0200 Subject: [PATCH] change the top score to actually show the acuracy in the prev played --- src/lib/components/modules/PreviouslyPlayedSongs.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/modules/PreviouslyPlayedSongs.svelte b/src/lib/components/modules/PreviouslyPlayedSongs.svelte index d70a76f..36474cd 100644 --- a/src/lib/components/modules/PreviouslyPlayedSongs.svelte +++ b/src/lib/components/modules/PreviouslyPlayedSongs.svelte @@ -179,7 +179,7 @@ {@const topScore = map.scores.reduce((max, score) => score.score > max.score ? score : max)} emoji_events - {topScore.player?.name || topScore.player?.discordInfo?.username}: {Number(topScore.tournamentId).toLocaleString()} + {topScore.player?.name || topScore.player?.discordInfo?.username}: {topScore.accuracy.toString()}% {/if}