mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Don't include section for now
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user