mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 22:03:21 +08:00
removed 'unknown source' line
This commit is contained in:
parent
450fa0075f
commit
5fbdbcf209
@ -181,7 +181,6 @@ namespace osu.Game.Screens.Select
|
||||
ratingsContainer.FadeIn(transition_duration);
|
||||
advanced.Beatmap = Beatmap;
|
||||
description.Text = Beatmap.Version;
|
||||
//source.Text = string.IsNullOrEmpty(Beatmap.Metadata.Source) ? "Unknown source" : Beatmap.Metadata.Source;
|
||||
source.Text = Beatmap.Metadata.Source;
|
||||
tags.Text = Beatmap.Metadata.Tags;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user