mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Remove missing text where not needed
This commit is contained in:
@ -19,7 +19,7 @@ namespace osu.Game.Overlays.Profile.Sections.Beatmaps
|
||||
private readonly BeatmapSetType type;
|
||||
|
||||
public PaginatedBeatmapContainer(BeatmapSetType type, Bindable<User> user)
|
||||
: base(user, "None... yet.")
|
||||
: base(user)
|
||||
{
|
||||
this.type = type;
|
||||
|
||||
|
Reference in New Issue
Block a user