mirror of
https://github.com/ppy/osu
synced 2024-12-18 12:55:37 +00:00
Fix DateAdded
not being set to a sane value when creating a new beatmap in the editor
This commit is contained in:
parent
0fcae08d38
commit
013cf7a80a
@ -94,6 +94,7 @@ namespace osu.Game.Beatmaps
|
|||||||
|
|
||||||
var beatmapSet = new BeatmapSetInfo
|
var beatmapSet = new BeatmapSetInfo
|
||||||
{
|
{
|
||||||
|
DateAdded = DateTimeOffset.UtcNow,
|
||||||
Beatmaps =
|
Beatmaps =
|
||||||
{
|
{
|
||||||
new BeatmapInfo(ruleset, new BeatmapDifficulty(), metadata)
|
new BeatmapInfo(ruleset, new BeatmapDifficulty(), metadata)
|
||||||
|
Loading…
Reference in New Issue
Block a user