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:
parent
002de80c30
commit
f58ca82398
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user