We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7209c64 commit 85f87b6Copy full SHA for 85f87b6
osu.Game/Database/BackgroundDataStoreProcessor.cs
@@ -382,7 +382,7 @@ private void upgradeScoreRanks()
382
383
HashSet<Guid> scoreIds = realmAccess.Run(r => new HashSet<Guid>(
384
r.All<ScoreInfo>()
385
- .Where(s => s.TotalScoreVersion < LegacyScoreEncoder.LATEST_VERSION)
+ .Where(s => s.TotalScoreVersion < 30000013) // last total score version with a significant change to ranks
386
.AsEnumerable()
387
// must be done after materialisation, as realm doesn't support
388
// filtering on nested property predicates or projection via `.Select()`
0 commit comments