mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Misc
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user