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:
parent
2840a71dda
commit
c33fe7bcc6
@ -501,8 +501,6 @@ namespace osu.Game
|
||||
return;
|
||||
}
|
||||
|
||||
databasedScoreInfo = databasedScoreInfo.Detach();
|
||||
|
||||
var databasedScore = ScoreManager.GetScore(databasedScoreInfo);
|
||||
|
||||
if (databasedScore.Replay == null)
|
||||
|
Loading…
Reference in New Issue
Block a user