mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-04 16:10:08 +00:00
Misc
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user