fix: set settings on startup
This commit is contained in:
parent
e52d10e49a
commit
3e2fa23503
2 changed files with 3 additions and 0 deletions
Binary file not shown.
|
@ -30,6 +30,9 @@ public class TemplateMod : Mod
|
|||
|
||||
Log.Message(content.ModMetaData.packageIdLowerCase);
|
||||
|
||||
Settings = GetSettings<TemplateSettings>();
|
||||
WriteSettings();
|
||||
|
||||
// Harmony harmony = new(content.ModMetaData.packageIdLowerCase);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue