From 49c4f94bbab55136417fc7a62a9cad895432b5e6 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Mon, 4 Jul 2016 19:35:50 +0200 Subject: [PATCH] But don't commit my tests --- ArchiSteamFarm/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArchiSteamFarm/Program.cs b/ArchiSteamFarm/Program.cs index 723df462c..50b48a462 100644 --- a/ArchiSteamFarm/Program.cs +++ b/ArchiSteamFarm/Program.cs @@ -526,7 +526,7 @@ namespace ArchiSteamFarm { continue; } - Bot bot = new Bot(null); + Bot bot = new Bot(botName); if ((bot.BotConfig == null) || !bot.BotConfig.Enabled) { continue; }