mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Misc
This commit is contained in:
@@ -497,7 +497,9 @@ namespace ArchiSteamFarm {
|
|||||||
|
|
||||||
Bot bot = new Bot(botName);
|
Bot bot = new Bot(botName);
|
||||||
if (bot.BotConfig != null && bot.BotConfig.Enabled) {
|
if (bot.BotConfig != null && bot.BotConfig.Enabled) {
|
||||||
isRunning = true;
|
if (bot.BotConfig.StartOnLaunch) {
|
||||||
|
isRunning = true;
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
Logging.LogGenericInfo("Not starting this instance because it's disabled in config file", botName);
|
Logging.LogGenericInfo("Not starting this instance because it's disabled in config file", botName);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user