But don't commit my tests

This commit is contained in:
JustArchi
2016-07-04 19:35:50 +02:00
parent 58cc203577
commit 49c4f94bba

View File

@@ -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;
}