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

Remove unnecessary this. prefix

This commit is contained in:
Dean Herbert 2022-02-11 16:21:49 +09:00
parent beb3731c0b
commit 28bbf34b14

View File

@ -19,7 +19,7 @@ namespace osu.Game.Online.Rooms
protected SubmitScoreRequest(ScoreInfo scoreInfo, long scoreId)
{
Score = new SubmittableScore(scoreInfo);
this.ScoreId = scoreId;
ScoreId = scoreId;
}
protected override WebRequest CreateWebRequest()