mirror of
https://github.com/ppy/osu
synced 2024-12-13 18:37:04 +00:00
Remove redundant setters
This commit is contained in:
parent
22a68d7bea
commit
9f9b2b1902
@ -115,7 +115,6 @@ namespace osu.Game.Scoring
|
||||
User = new User();
|
||||
|
||||
User.Username = value;
|
||||
User.Id = UserID ?? 1;
|
||||
}
|
||||
}
|
||||
|
||||
@ -130,7 +129,6 @@ namespace osu.Game.Scoring
|
||||
User = new User();
|
||||
|
||||
User.Id = value ?? 1;
|
||||
User.Username = UserString;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user