mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Remove missing text where not needed
This commit is contained in:
@ -17,8 +17,8 @@ namespace osu.Game.Overlays.Profile.Sections.Ranks
|
||||
{
|
||||
private readonly ScoreType type;
|
||||
|
||||
public PaginatedScoreContainer(ScoreType type, Bindable<User> user, string missing)
|
||||
: base(user, missing)
|
||||
public PaginatedScoreContainer(ScoreType type, Bindable<User> user)
|
||||
: base(user)
|
||||
{
|
||||
this.type = type;
|
||||
|
||||
|
Reference in New Issue
Block a user