Skip to content

Commit

Permalink
fixed scorev1 simulation not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Givikap120 committed Aug 22, 2024
1 parent eef465b commit dd2123e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PerformanceCalculatorGUI/Screens/ProfileScreen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ private List<List<ScoreInfo>> getRealmScores(RealmAccess realm)
.ToList();

filteredMapScores.AddRange(mapScores.Where(s => !s.IsLegacyScore));
filteredScores.Add(mapScores);
filteredScores.Add(filteredMapScores);
}

groupedScores = filteredScores;
Expand Down

0 comments on commit dd2123e

Please sign in to comment.