diff --git a/lua/pac3/core/client/parts/health_modifier.lua b/lua/pac3/core/client/parts/health_modifier.lua index cba16beed..e9dfbefdf 100644 --- a/lua/pac3/core/client/parts/health_modifier.lua +++ b/lua/pac3/core/client/parts/health_modifier.lua @@ -205,10 +205,10 @@ function PART:OnRemove() end function PART:OnShow() - if self.ExecuteOnShow then self:SendModifier("all") end + if self.ActivateOnShow then self:SendModifier("all") end end function PART:OnWorn() - if self.ExecuteOnWear then self:SendModifier("all") end + if self.ActivateOnWear then self:SendModifier("all") end end function PART:OnHide()