mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Fix seemingly innocent logic change causing breakage in score imports
This commit is contained in:
@ -29,7 +29,7 @@ namespace osu.Game.Database
|
||||
break;
|
||||
|
||||
case ScoreInfo scoreInfo:
|
||||
scoreInfo.Beatmap.BeatmapSet.Requery(contextFactory);
|
||||
requeryFiles(scoreInfo.Beatmap.BeatmapSet.Files, contextFactory);
|
||||
requeryFiles(scoreInfo.Files, contextFactory);
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user