1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 10:33:30 +08:00

Fix DateAdded not being set to a sane value when creating a new beatmap in the editor

This commit is contained in:
Dean Herbert 2022-08-02 00:21:13 +09:00
parent 0fcae08d38
commit 013cf7a80a

View File

@ -94,6 +94,7 @@ namespace osu.Game.Beatmaps
var beatmapSet = new BeatmapSetInfo
{
DateAdded = DateTimeOffset.UtcNow,
Beatmaps =
{
new BeatmapInfo(ruleset, new BeatmapDifficulty(), metadata)