mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +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)
|
if (score.IsLegacyScore)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (score.TotalScoreVersion > 30000005)
|
if (score.TotalScoreVersion > 30000002)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
// Recalculate the old-style standardised score to see if this was an old lazer score.
|
// Recalculate the old-style standardised score to see if this was an old lazer score.
|
||||||
|
Loading…
Reference in New Issue
Block a user