0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:50:43 -05:00

Changed logging inside getAgressorBonusByDifficulty to debug

This commit is contained in:
Chomp 2025-01-19 18:18:02 +00:00
parent 0995e0c014
commit 80a0d1acf2

View File

@ -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"`,
);