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:
parent
0995e0c014
commit
80a0d1acf2
@ -353,7 +353,7 @@ export class BotGenerator {
|
|||||||
): number {
|
): number {
|
||||||
const result = aggressorBonus[botDifficulty.toLowerCase()];
|
const result = aggressorBonus[botDifficulty.toLowerCase()];
|
||||||
if (typeof result === "undefined") {
|
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"`,
|
`Unable to find aggressor bonus for kill value for: ${role} ${botDifficulty}, falling back to "normal"`,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user