mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Update score encoder version to be higher than any existing stable version
This commit is contained in:
@ -15,7 +15,10 @@ namespace osu.Game.Scoring.Legacy
|
|||||||
{
|
{
|
||||||
public class LegacyScoreEncoder
|
public class LegacyScoreEncoder
|
||||||
{
|
{
|
||||||
public const int LATEST_VERSION = 128;
|
/// <summary>
|
||||||
|
/// Database version in stable-compatible YYYYMMDD format.
|
||||||
|
/// </summary>
|
||||||
|
public const int LATEST_VERSION = 30000000;
|
||||||
|
|
||||||
private readonly Score score;
|
private readonly Score score;
|
||||||
private readonly IBeatmap beatmap;
|
private readonly IBeatmap beatmap;
|
||||||
|
Reference in New Issue
Block a user