mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:07:38 +08:00
Remove redundant prefix
This commit is contained in:
parent
6e9157d59c
commit
de413418c7
@ -15,7 +15,7 @@ namespace osu.Game.Online.API.Requests
|
||||
public GetUserRankingsRequest(RulesetInfo ruleset, UserRankingsType type = UserRankingsType.Performance, int page = 1, string country = null)
|
||||
: base(ruleset, page)
|
||||
{
|
||||
this.Type = type;
|
||||
Type = type;
|
||||
this.country = country;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user