mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:20:04 +08:00
Always reset online info when saving local beatmap
This commit is contained in:
parent
8ab3a87b13
commit
f470b2c9cc
@ -440,6 +440,7 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
beatmapInfo.LastLocalUpdate = DateTimeOffset.Now;
|
||||
beatmapInfo.Status = BeatmapOnlineStatus.LocallyModified;
|
||||
beatmapInfo.ResetOnlineInfo();
|
||||
|
||||
AddFile(setInfo, stream, createBeatmapFilenameFromMetadata(beatmapInfo));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user