mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Bots are now limited in Start()
This commit is contained in:
@@ -163,8 +163,6 @@ namespace ArchiSteamFarm {
|
||||
if (!bot.Enabled) {
|
||||
Logging.LogGenericInfo(botName, "Not starting this instance because it's disabled in config file");
|
||||
}
|
||||
|
||||
LimitSteamRequests(); // We must add some delay to not get caught by Steam anty-DoS
|
||||
}
|
||||
|
||||
// Check if we got any bots running
|
||||
|
||||
Reference in New Issue
Block a user