mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Fix line breaks
This commit is contained in:
parent
475455d7cd
commit
4908cb826b
@ -44,8 +44,8 @@ namespace osu.Game.Overlays
|
||||
Clear();
|
||||
lastSection = null;
|
||||
|
||||
sections = !user.IsBot ?
|
||||
new ProfileSection[]
|
||||
sections = !user.IsBot
|
||||
? new ProfileSection[]
|
||||
{
|
||||
//new AboutSection(),
|
||||
new RecentSection(),
|
||||
@ -54,8 +54,8 @@ namespace osu.Game.Overlays
|
||||
new HistoricalSection(),
|
||||
new BeatmapsSection(),
|
||||
new KudosuSection()
|
||||
} :
|
||||
new ProfileSection[]
|
||||
}
|
||||
: new ProfileSection[]
|
||||
{
|
||||
//new AboutSection(),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user