fix: set status to not authenticated on delete

This commit is contained in:
Anna 2022-07-19 19:01:08 -04:00
parent 4a16661fd9
commit 2a60707bad
1 changed files with 1 additions and 0 deletions

View File

@ -308,6 +308,7 @@ internal class Client : IDisposable {
this.Plugin.Config.Configs.Remove(this.Plugin.ClientState.LocalContentId);
this.Plugin.SaveConfig();
this.StopLoop();
this.Status = State.NotAuthenticated;
}
/// <summary>