mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-20 23:07:51 +01:00
More cleanup on groups.
This commit is contained in:
parent
e40c4999b6
commit
297be487b5
14 changed files with 107 additions and 102 deletions
|
|
@ -115,7 +115,7 @@ public partial class ModCreator(
|
|||
try
|
||||
{
|
||||
var jObject = File.Exists(defaultFile) ? JObject.Parse(File.ReadAllText(defaultFile)) : new JObject();
|
||||
SubModHelpers.LoadDataContainer(jObject, mod.Default, mod.ModPath);
|
||||
SubMod.LoadDataContainer(jObject, mod.Default, mod.ModPath);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue