Skip to content

Commit 2d00299

Browse files
committed
Fully working standard modpack support.
Added Url and IsDefault field to the main modpack/mod entries.
1 parent 39be781 commit 2d00299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xivModdingFramework/Mods/Modding.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public ModList GetModList()
5959

6060
public void SaveModList(ModList ml)
6161
{
62-
SaveModList(modList);
62+
File.WriteAllText(ModListDirectory.FullName, JsonConvert.SerializeObject(ml, Formatting.Indented));
6363
}
6464

6565
public async Task DeleteAllFilesAddedByTexTools()

0 commit comments

Comments
 (0)