From b5639f481f5115ab7db3c8b5881e96b8c0c65749 Mon Sep 17 00:00:00 2001 From: Dev Date: Sun, 11 Feb 2024 10:51:00 +0000 Subject: [PATCH] More logging --- project/src/helpers/InRaidHelper.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/project/src/helpers/InRaidHelper.ts b/project/src/helpers/InRaidHelper.ts index 71c5ae58..2f1c6d29 100644 --- a/project/src/helpers/InRaidHelper.ts +++ b/project/src/helpers/InRaidHelper.ts @@ -113,6 +113,7 @@ export class InRaidHelper if (standingForKill) { + this.logger.warning(`Lost: ${standingForKill} - additional:${additionalReduction}`); return (acc + standingForKill) - additionalReduction; } this.logger.warning(