1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 04:42:58 +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; return;
} }
databasedScoreInfo = databasedScoreInfo.Detach();
var databasedScore = ScoreManager.GetScore(databasedScoreInfo); var databasedScore = ScoreManager.GetScore(databasedScoreInfo);
if (databasedScore.Replay == null) if (databasedScore.Replay == null)