mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +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))
|
if (!string.IsNullOrEmpty(pair.Key))
|
||||||
skin.ConfigDictionary[$"{section}/{pair.Key}"] = pair.Value;
|
skin.ConfigDictionary[pair.Key] = pair.Value;
|
||||||
}
|
}
|
||||||
|
|
||||||
base.ParseLine(skin, section, line);
|
base.ParseLine(skin, section, line);
|
||||||
|
Reference in New Issue
Block a user