Detach and reattach scores to make work

This commit is contained in:
Dean Herbert
2022-01-07 17:27:48 +09:00
parent 60d2de8a3b
commit 2b8706b6ce
7 changed files with 35 additions and 11 deletions

View File

@ -502,6 +502,8 @@ namespace osu.Game
return;
}
databasedScoreInfo = databasedScoreInfo.Detach();
var databasedScore = ScoreManager.GetScore(databasedScoreInfo);
if (databasedScore.Replay == null)