1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 17:43:05 +08:00

Don't include section for now

This commit is contained in:
Dean Herbert 2019-09-03 18:56:01 +09:00
parent 002de80c30
commit f58ca82398

View File

@ -38,7 +38,7 @@ namespace osu.Game.Skinning
}
if (!string.IsNullOrEmpty(pair.Key))
skin.ConfigDictionary[$"{section}/{pair.Key}"] = pair.Value;
skin.ConfigDictionary[pair.Key] = pair.Value;
}
base.ParseLine(skin, section, line);