Skip to content

Commit

Permalink
fix variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
pingu7867 committed Sep 1, 2024
1 parent 8219339 commit bb66a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/pac3/core/client/parts/health_modifier.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit bb66a11

Please sign in to comment.