Skip to content

Commit

Permalink
Update function.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
renzuzu committed Sep 5, 2021
1 parent 5b14b20 commit df88959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renzu_hud/client/function.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2894,7 +2894,7 @@ function Hud:WeaponStatus()
if config.bodystatus then
if self.arm and self.armbone > self.armbone2 then
self:recoil(self.armbone / 5.0)
else
elseif self.arm then
self:recoil(self.armbone2 / 5.0)
end
end
Expand Down

0 comments on commit df88959

Please sign in to comment.