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