1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-05 07:23:38 +08:00

Also populate ObjectCounts when running a full beatmap process

Saves running things twice on an old install
This commit is contained in:
Dean Herbert
2023-12-18 18:34:55 +09:00
Unverified
parent e7d1cf7868
commit bfa90e9dcb
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -67,6 +67,7 @@ namespace osu.Game
checkForOutdatedStarRatings();
processBeatmapSetsWithMissingMetrics();
// Note that the previous method will also update these on a fresh run.
processBeatmapsWithMissingObjectCounts();
processScoresWithMissingStatistics();
convertLegacyTotalScoreToStandardised();