More logging

This commit is contained in:
Dev 2024-02-11 10:51:00 +00:00
parent a0083f281e
commit b5639f481f

View File

@ -113,6 +113,7 @@ export class InRaidHelper
if (standingForKill) if (standingForKill)
{ {
this.logger.warning(`Lost: ${standingForKill} - additional:${additionalReduction}`);
return (acc + standingForKill) - additionalReduction; return (acc + standingForKill) - additionalReduction;
} }
this.logger.warning( this.logger.warning(