mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 02:41:23 +08:00
Ensure clones don't reference to MaximumStatistics
This commit is contained in:
@@ -136,6 +136,7 @@ namespace osu.Game.Scoring
|
||||
var clone = (ScoreInfo)this.Detach().MemberwiseClone();
|
||||
|
||||
clone.Statistics = new Dictionary<HitResult, int>(clone.Statistics);
|
||||
clone.MaximumStatistics = new Dictionary<HitResult, int>(clone.MaximumStatistics);
|
||||
clone.RealmUser = new RealmUser
|
||||
{
|
||||
OnlineID = RealmUser.OnlineID,
|
||||
|
||||
Reference in New Issue
Block a user