mirror of https://github.com/ppy/osu
Remove redundant prefix
This commit is contained in:
parent
6e9157d59c
commit
de413418c7
|
@ -15,7 +15,7 @@ public class GetUserRankingsRequest : GetRankingsRequest<GetUsersResponse>
|
|||
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