diff --git a/osu.Game/Overlays/UserProfileOverlay.cs b/osu.Game/Overlays/UserProfileOverlay.cs index 587c994540..e6c45f6826 100644 --- a/osu.Game/Overlays/UserProfileOverlay.cs +++ b/osu.Game/Overlays/UserProfileOverlay.cs @@ -92,12 +92,12 @@ namespace osu.Game.Overlays sections = new ProfileSection[] { new AboutSection(), - new RecentSection(), + //new RecentSection(), new RanksSection(), - new MedalsSection(), - new HistoricalSection(), - new BeatmapsSection(), - new KudosuSection() + //new MedalsSection(), + //new HistoricalSection(), + //new BeatmapsSection(), + //new KudosuSection() }; tabs = new ProfileTabControl {