mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 16:13:34 +08:00
Fix difficulty deletion not deleting records from realm
This commit is contained in:
parent
d72a8da295
commit
6876566530
@ -339,6 +339,8 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
DeleteFile(setInfo, beatmapInfo.File);
|
||||
setInfo.Beatmaps.Remove(beatmapInfo);
|
||||
r.Remove(beatmapInfo.Metadata);
|
||||
r.Remove(beatmapInfo);
|
||||
|
||||
updateHashAndMarkDirty(setInfo);
|
||||
workingBeatmapCache.Invalidate(setInfo);
|
||||
|
Loading…
Reference in New Issue
Block a user