1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 14:12:56 +08:00

Remove one more unnecessary Detach operation

This commit is contained in:
Dean Herbert 2022-01-13 18:32:59 +09:00
parent 2840a71dda
commit c33fe7bcc6

View File

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