mirror of
https://github.com/osukey/osukey.git
synced 2025-08-01 21:58:46 +09:00
Make LegacyID nullable
The -1 default was getting stored to the database.
This commit is contained in:
@ -145,7 +145,7 @@ namespace osu.Game.Rulesets.Osu
|
||||
|
||||
public override SettingsSubsection CreateSettings() => new OsuSettings();
|
||||
|
||||
public override int LegacyID => 0;
|
||||
public override int? LegacyID => 0;
|
||||
|
||||
public override IConvertibleReplayFrame CreateConvertibleReplayFrame() => new OsuReplayFrame();
|
||||
|
||||
|
Reference in New Issue
Block a user