fix(Scripts/RubySanctum): Halion Corporeality not updating (#24383)
Co-authored-by: victor <vngodoyr@unap.cl>
This commit is contained in:
parent
36560a4ff3
commit
6bdc48c7d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue