Skip to content

Commit

Permalink
Updated warning logging to be debug inside `getExperienceRewardForKil…
Browse files Browse the repository at this point in the history
…lByDifficulty`
  • Loading branch information
Chomp committed Dec 19, 2024
1 parent 99ea325 commit 04f2260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/src/generators/BotGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"`,
);

Expand Down

0 comments on commit 04f2260

Please sign in to comment.