1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 14:07:25 +08:00

removed line that set metadata per beatmap to null

This commit is contained in:
Aergwyn 2017-11-22 21:45:18 +01:00
parent 37c0772537
commit 0df5432f5e

View File

@ -515,9 +515,6 @@ namespace osu.Game.Beatmaps
if (existing == null)
{
// TODO: Diff beatmap metadata with set metadata and leave it here if necessary
beatmap.BeatmapInfo.Metadata = null;
RulesetInfo ruleset = rulesets.GetRuleset(beatmap.BeatmapInfo.RulesetID);
// TODO: this should be done in a better place once we actually need to dynamically update it.