1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:47:24 +08:00

Roll back incorrect change in ShouldMigrateToNewStandardised()

This commit is contained in:
Bartłomiej Dach 2023-12-19 08:13:02 +01:00
parent 9c8df4e6d1
commit ddb67c87a8
No known key found for this signature in database

View File

@ -26,7 +26,7 @@ namespace osu.Game.Database
if (score.IsLegacyScore)
return false;
if (score.TotalScoreVersion > 30000005)
if (score.TotalScoreVersion > 30000002)
return false;
// Recalculate the old-style standardised score to see if this was an old lazer score.