1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 00:42:55 +08:00

Remove duplicate setters

This commit is contained in:
Dean Herbert 2022-01-20 04:34:00 +09:00
parent fd5198d667
commit a27a3b308c

View File

@ -263,15 +263,12 @@ namespace osu.Game.Database
OnlineID = score.OnlineID ?? -1,
ModsJson = score.ModsJson,
StatisticsJson = score.StatisticsJson,
User = score.User,
TotalScore = score.TotalScore,
MaxCombo = score.MaxCombo,
Accuracy = score.Accuracy,
HasReplay = ((IScoreInfo)score).HasReplay,
Date = score.Date,
PP = score.PP,
BeatmapInfo = beatmap,
Ruleset = ruleset,
Rank = score.Rank,
HitEvents = score.HitEvents,
Passed = score.Passed,