1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-14 00:53:19 +08:00

removed 'unknown source' line

This commit is contained in:
Michael Manis 2019-02-12 15:30:42 -05:00
parent 450fa0075f
commit 5fbdbcf209

View File

@ -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;