mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
Misc
This commit is contained in:
@@ -333,6 +333,10 @@ namespace ArchiSteamFarm {
|
|||||||
}
|
}
|
||||||
|
|
||||||
internal void Stop() {
|
internal void Stop() {
|
||||||
|
if (!KeepRunning) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
Logging.LogGenericInfo("Stopping...", BotName);
|
Logging.LogGenericInfo("Stopping...", BotName);
|
||||||
KeepRunning = false;
|
KeepRunning = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user