Skip to content

Commit

Permalink
fix: config fails to generate
Browse files Browse the repository at this point in the history
  • Loading branch information
RobynLlama committed Aug 27, 2024
1 parent fa5959f commit 8288659
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Enhancer/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ private void Awake()

Config.SaveOnConfigSet = false;
Cfg = new(base.Config);
Config.Save();

Harmony patcher = new(LCMPluginInfo.PLUGIN_GUID);

Expand Down

0 comments on commit 8288659

Please sign in to comment.