mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Enhance status, closes #207
This commit is contained in:
@@ -545,6 +545,8 @@ namespace ArchiSteamFarm {
|
||||
|
||||
if (CardsFarmer.CurrentGamesFarming.Count > 0) {
|
||||
return "Bot " + BotName + " is farming appIDs: " + string.Join(", ", CardsFarmer.CurrentGamesFarming) + " and has a total of " + CardsFarmer.GamesToFarm.Count + " games left to farm.";
|
||||
} else if (CardsFarmer.ManualMode) {
|
||||
return "Bot " + BotName + " is running in manual mode.";
|
||||
} else if (SteamClient.IsConnected) {
|
||||
return "Bot " + BotName + " is not farming anything.";
|
||||
} else if (KeepRunning) {
|
||||
|
||||
Reference in New Issue
Block a user