mirror of
https://github.com/osukey/osukey.git
synced 2025-05-07 22:57:31 +09:00
Remove unnecessary MaxCombo
migration between unmapped database fields
This commit is contained in:
parent
aef40da8d4
commit
c2063f415d
@ -53,9 +53,6 @@ namespace osu.Game.Beatmaps
|
|||||||
[NotMapped]
|
[NotMapped]
|
||||||
public APIBeatmap OnlineInfo { get; set; }
|
public APIBeatmap OnlineInfo { get; set; }
|
||||||
|
|
||||||
[NotMapped]
|
|
||||||
public int? MaxCombo { get; set; }
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The playable length in milliseconds of this beatmap.
|
/// The playable length in milliseconds of this beatmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -295,7 +295,6 @@ namespace osu.Game.Database
|
|||||||
TimelineZoom = beatmap.TimelineZoom,
|
TimelineZoom = beatmap.TimelineZoom,
|
||||||
Countdown = beatmap.Countdown,
|
Countdown = beatmap.Countdown,
|
||||||
CountdownOffset = beatmap.CountdownOffset,
|
CountdownOffset = beatmap.CountdownOffset,
|
||||||
MaxCombo = beatmap.MaxCombo,
|
|
||||||
Bookmarks = beatmap.Bookmarks,
|
Bookmarks = beatmap.Bookmarks,
|
||||||
BeatmapSet = realmBeatmapSet,
|
BeatmapSet = realmBeatmapSet,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user