Fix some realm pieces not being cleaned up

This commit is contained in:
Dean Herbert
2022-07-25 19:51:10 +09:00
parent 92dd1bcddb
commit 8a0c8f5fd8
2 changed files with 11 additions and 3 deletions

View File

@ -278,7 +278,6 @@ namespace osu.Game.Database
realm.Remove(score);
realm.Remove(beatmap.Metadata);
realm.Remove(beatmap);
}