This commit is contained in:
JustArchi
2018-12-26 17:27:09 +01:00
parent d016acd39f
commit 919e4d2710

View File

@@ -389,6 +389,10 @@ namespace ArchiSteamFarm {
await bot.OnConfigChanged(false).ConfigureAwait(false);
} else {
await Bot.RegisterBot(botName).ConfigureAwait(false);
if (Bot.Bots.Count > MaximumRecommendedBotsCount) {
ArchiLogger.LogGenericWarning(string.Format(Strings.WarningExcessiveBotsCount, MaximumRecommendedBotsCount));
}
}
}