mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Add limited info
This commit is contained in:
@@ -88,6 +88,7 @@ namespace ArchiSteamFarm {
|
||||
[JsonProperty]
|
||||
internal BotConfig BotConfig { get; private set; }
|
||||
|
||||
[JsonProperty]
|
||||
internal bool IsLimitedUser { get; private set; }
|
||||
|
||||
[JsonProperty]
|
||||
@@ -2295,6 +2296,10 @@ namespace ArchiSteamFarm {
|
||||
return "Bot " + BotName + " is paused or running in manual mode.";
|
||||
}
|
||||
|
||||
if (IsLimitedUser) {
|
||||
return "Bot " + BotName + " is limited.";
|
||||
}
|
||||
|
||||
if (CardsFarmer.CurrentGamesFarming.Count == 0) {
|
||||
return "Bot " + BotName + " is not farming anything.";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user