mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Detach and reattach scores to make work
This commit is contained in:
@ -502,6 +502,8 @@ namespace osu.Game
|
||||
return;
|
||||
}
|
||||
|
||||
databasedScoreInfo = databasedScoreInfo.Detach();
|
||||
|
||||
var databasedScore = ScoreManager.GetScore(databasedScoreInfo);
|
||||
|
||||
if (databasedScore.Replay == null)
|
||||
|
Reference in New Issue
Block a user