mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-02-02 10:49:46 +00:00
Bugfix
This commit is contained in:
@@ -222,8 +222,8 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
|
||||
await CardsFarmer.StopFarming().ConfigureAwait(false);
|
||||
SteamClient.Disconnect();
|
||||
IsRunning = false;
|
||||
SteamClient.Disconnect();
|
||||
}
|
||||
|
||||
private async Task<bool> Shutdown(string botNameToShutdown) {
|
||||
@@ -359,7 +359,7 @@ namespace ArchiSteamFarm {
|
||||
return;
|
||||
}
|
||||
|
||||
if (callback.UserInitiated) {
|
||||
if (!IsRunning) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user