diff --git a/project/src/generators/BotGenerator.ts b/project/src/generators/BotGenerator.ts index 310fc53d..035071e0 100644 --- a/project/src/generators/BotGenerator.ts +++ b/project/src/generators/BotGenerator.ts @@ -353,7 +353,7 @@ export class BotGenerator { ): number { const result = aggressorBonus[botDifficulty.toLowerCase()]; if (typeof result === "undefined") { - this.logger.warning( + this.logger.debug( `Unable to find aggressor bonus for kill value for: ${role} ${botDifficulty}, falling back to "normal"`, );