This commit is contained in:
JustArchi
2016-04-27 20:28:36 +02:00
parent 9063b9206b
commit fdb194fe67

View File

@@ -497,7 +497,9 @@ namespace ArchiSteamFarm {
Bot bot = new Bot(botName);
if (bot.BotConfig != null && bot.BotConfig.Enabled) {
isRunning = true;
if (bot.BotConfig.StartOnLaunch) {
isRunning = true;
}
} else {
Logging.LogGenericInfo("Not starting this instance because it's disabled in config file", botName);
}