fix issues with extracting as PMC.
This commit is contained in:
parent
b39a5d967c
commit
8ae3b3b39f
@ -28,9 +28,8 @@ class Mod implements IPreAkiLoadMod
|
|||||||
{
|
{
|
||||||
pmcData.Skills.Common.find(p => p.Id === skill.Id).Progress += skill.PointsEarnedDuringSession;
|
pmcData.Skills.Common.find(p => p.Id === skill.Id).Progress += skill.PointsEarnedDuringSession;
|
||||||
})
|
})
|
||||||
|
|
||||||
return oldClass.updateProfileBaseStats(profileData, saveProgressRequest, sessionID);
|
|
||||||
}
|
}
|
||||||
|
return oldClass.updateProfileBaseStats(profileData, saveProgressRequest, sessionID);
|
||||||
}
|
}
|
||||||
}, {frequency: "Always"});
|
}, {frequency: "Always"});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user