Fix health saving
This commit is contained in:
parent
83a35cbc8c
commit
b4a5556d14
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user