mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
removed line that set metadata per beatmap to null
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user