diff --git a/src/store/playerScoresStore.ts b/src/store/playerScoresStore.ts index c4b6d3c..b9ddae7 100644 --- a/src/store/playerScoresStore.ts +++ b/src/store/playerScoresStore.ts @@ -165,6 +165,7 @@ export const usePlayerScoresStore = create()( const friends = useSettingsStore.getState().friends; if (players.length == 0) { for (const friend of friends) { + if (usePlayerScoresStore.getState().exists(friend.id)) continue; players.push({ id: friend.id, scores: {