You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IEnumerable<ulong>multiplayerScores=db.Query<ulong>("SELECT score_id FROM multiplayer_playlist_item_scores WHERE user_id = @userId",parameters);
85
+
IEnumerable<ulong>multiplayerScores=db.Query<ulong>("SELECT score_id FROM multiplayer_playlist_item_scores WHERE user_id = @userId",parameters).ToHashSet();
86
86
87
87
Console.WriteLine($"Processing user {userId} ({scores.Count()} scores)..");
// As a special case, if the score we are checking is non-ranked, preserve ranked alternatives but if there are none, compare against non-ranked instead.
0 commit comments