This commit is contained in:
JustArchi
2016-06-28 07:18:39 +02:00
parent 7351d07518
commit 34c1016218

View File

@@ -333,6 +333,10 @@ namespace ArchiSteamFarm {
}
internal void Stop() {
if (!KeepRunning) {
return;
}
Logging.LogGenericInfo("Stopping...", BotName);
KeepRunning = false;