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:
parent
2840a71dda
commit
c33fe7bcc6
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user