From 8706386e33611035ef28a367ce2f571c5ecb5940 Mon Sep 17 00:00:00 2001 From: SDClowen Date: Thu, 29 Aug 2024 15:55:29 +0300 Subject: [PATCH] ... --- Plugins/RSBot.General/Views/Main.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Plugins/RSBot.General/Views/Main.cs b/Plugins/RSBot.General/Views/Main.cs index d7014737..1dde26df 100644 --- a/Plugins/RSBot.General/Views/Main.cs +++ b/Plugins/RSBot.General/Views/Main.cs @@ -195,7 +195,10 @@ await Task.Run(async () => { var startedResult = await ClientManager.Start(); if (!startedResult) + { + OnExitClient(); Log.WarnLang("ClientStartingError"); + } }); }