Always reset online info when saving local beatmap

This commit is contained in:
Bartłomiej Dach 2023-05-01 17:24:58 +02:00
parent 8ab3a87b13
commit f470b2c9cc
No known key found for this signature in database

View File

@ -440,6 +440,7 @@ namespace osu.Game.Beatmaps
beatmapInfo.LastLocalUpdate = DateTimeOffset.Now;
beatmapInfo.Status = BeatmapOnlineStatus.LocallyModified;
beatmapInfo.ResetOnlineInfo();
AddFile(setInfo, stream, createBeatmapFilenameFromMetadata(beatmapInfo));