Fixed saving of settings file

This commit is contained in:
erikn 2025-04-29 23:49:28 +02:00
parent 755890d88b
commit 2ea4945aba
2 changed files with 21 additions and 14 deletions

View file

@ -105,11 +105,13 @@ namespace MosswartMassacre
RemoteCommandsEnabled = PluginSettings.Instance.RemoteCommandsEnabled;
HttpServerEnabled = PluginSettings.Instance.HttpServerEnabled;
TelemetryEnabled = PluginSettings.Instance.TelemetryEnabled;
CharTag = PluginSettings.Instance.CharTag;
MainView.SetRareMetaToggleState(RareMetaEnabled);
if (TelemetryEnabled)
Telemetry.Start();
WriteToChat("Settings loaded.");
}
private void OnChatText(object sender, ChatTextInterceptEventArgs e)