You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: osu.Game/Scoring/Legacy/LegacyScoreEncoder.cs
+2-1
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,10 @@ public class LegacyScoreEncoder
44
44
/// <see cref="LegacyRulesetExtensions.CalculateDifficultyPeppyStars"/> method. Reconvert all scores.
45
45
/// </description></item>
46
46
/// <item><description>30000013: All local scores will use lazer definitions of ranks for consistency. Recalculates the rank of all scores.</description></item>
47
+
/// <item><description>30000014: Fix edge cases in conversion for osu! scores on selected beatmaps. Reconvert all scores.</description></item>
47
48
/// </list>
48
49
/// </remarks>
49
-
publicconstintLATEST_VERSION=30000013;
50
+
publicconstintLATEST_VERSION=30000014;
50
51
51
52
/// <summary>
52
53
/// The first stable-compatible YYYYMMDD format version given to lazer usage of replays.
0 commit comments