From b4a5556d14ff90bd51b681851471f17caa0fdbff Mon Sep 17 00:00:00 2001 From: CWX Date: Fri, 5 Jul 2024 14:39:21 +0100 Subject: [PATCH] Fix health saving --- project/src/helpers/HealthHelper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/src/helpers/HealthHelper.ts b/project/src/helpers/HealthHelper.ts index 801cbe5b..6858271d 100644 --- a/project/src/helpers/HealthHelper.ts +++ b/project/src/helpers/HealthHelper.ts @@ -104,7 +104,7 @@ export class HealthHelper if (!isDead) { // Player alive, not is limb alive - fullProfile.vitality.health[bodyPart] = postRaidHealth.BodyParts[bodyPart].Current; + fullProfile.vitality.health[bodyPart] = postRaidHealth.BodyParts[bodyPart].Health.Current; } else {