mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:57:36 +08:00
Roll back incorrect change in ShouldMigrateToNewStandardised()
This commit is contained in:
parent
9c8df4e6d1
commit
ddb67c87a8
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user