This commit is contained in:
JustArchi
2016-06-28 07:50:44 +02:00
parent 8f75042b54
commit 25094592c9

View File

@@ -353,8 +353,12 @@ namespace ArchiSteamFarm {
}
private static void Shutdown() {
WCF.StopServer();
if (ShutdownResetEvent.IsSet) {
return;
}
ShutdownResetEvent.Set();
WCF.StopServer();
foreach (Bot bot in Bot.Bots.Values) {
bot.Stop();