fix(Scripts/RubySanctum): Halion Corporeality not updating (#24383)

Co-authored-by: victor <vngodoyr@unap.cl>
This commit is contained in:
Victor Godoy
2026-01-11 18:26:35 -03:00
committed by GitHub
parent 36560a4ff3
commit 6bdc48c7d4

View File

@@ -598,7 +598,7 @@ public:
void SetData(uint32 id, uint32 value) override
{
if (!events.HasTimeUntilEvent(EVENT_CHECK_CORPOREALITY))
if (!_events.HasTimeUntilEvent(EVENT_CHECK_CORPOREALITY))
return;
if (id == DATA_MATERIAL_DAMAGE_TAKEN)