From f577e1a6cbe3a73ab5096b85555c149dca4bda11 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Wed, 4 Nov 2015 04:35:34 +0100 Subject: [PATCH] Bots are now limited in Start() --- ArchiSteamFarm/Program.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ArchiSteamFarm/Program.cs b/ArchiSteamFarm/Program.cs index 4ad1a86e4..c398d487f 100644 --- a/ArchiSteamFarm/Program.cs +++ b/ArchiSteamFarm/Program.cs @@ -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