Standardise HasReplay implementation (and remove from persisting to realm)

This commit is contained in:
Dean Herbert
2022-07-15 16:11:11 +09:00
parent 6122d2a525
commit c8c79d2185
5 changed files with 5 additions and 6 deletions

View File

@ -443,7 +443,6 @@ namespace osu.Game.Database
TotalScore = score.TotalScore,
MaxCombo = score.MaxCombo,
Accuracy = score.Accuracy,
HasReplay = ((IScoreInfo)score).HasReplay,
Date = score.Date,
PP = score.PP,
Rank = score.Rank,