Fixed saving of settings file
This commit is contained in:
parent
755890d88b
commit
2ea4945aba
2 changed files with 21 additions and 14 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue