0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-12 15:50:42 -05:00

Updated warning logging to be debug inside getExperienceRewardForKillByDifficulty

This commit is contained in:
Chomp 2024-12-19 21:54:54 +00:00
parent 99ea325013
commit 04f22601d4

View File

@ -272,7 +272,7 @@ export class BotGenerator {
): number {
const result = experience[botDifficulty.toLowerCase()];
if (typeof result === "undefined") {
this.logger.warning(
this.logger.debug(
`Unable to find experience for kill value for: ${role} ${botDifficulty}, falling back to "normal"`,
);