mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-12 16:10:43 -05:00
Updated warning logging to be debug inside getExperienceRewardForKillByDifficulty
This commit is contained in:
parent
99ea325013
commit
04f22601d4
@ -272,7 +272,7 @@ export class BotGenerator {
|
|||||||
): number {
|
): number {
|
||||||
const result = experience[botDifficulty.toLowerCase()];
|
const result = experience[botDifficulty.toLowerCase()];
|
||||||
if (typeof result === "undefined") {
|
if (typeof result === "undefined") {
|
||||||
this.logger.warning(
|
this.logger.debug(
|
||||||
`Unable to find experience for kill value for: ${role} ${botDifficulty}, falling back to "normal"`,
|
`Unable to find experience for kill value for: ${role} ${botDifficulty}, falling back to "normal"`,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user