mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Centralise calls to reset online info of a BeatmapInfo
This commit is contained in:
@ -797,7 +797,7 @@ namespace osu.Game.Tests.Database
|
||||
await realm.Realm.WriteAsync(() =>
|
||||
{
|
||||
foreach (var b in imported.Beatmaps)
|
||||
b.OnlineID = -1;
|
||||
b.ResetOnlineInfo();
|
||||
});
|
||||
|
||||
deleteBeatmapSet(imported, realm.Realm);
|
||||
|
Reference in New Issue
Block a user