Skip to content

Commit 7e6ab0b

Browse files
committed
Actually load the mod settings...
1 parent 6d7ea4a commit 7e6ab0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/ModManagerMod.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public ModManagerMod()
3030
var harmony = new Harmony("filunderscore.modmanager");
3131
harmony.PatchAll();
3232

33+
ModSettingsFromXml.Load();
3334
this.AddBasePaths();
3435

3536
loader = new ModLoader();

0 commit comments

Comments
 (0)