Skip to content

Commit

Permalink
Make The Linter Happy?
Browse files Browse the repository at this point in the history
  • Loading branch information
LengthenedGradient committed Apr 25, 2024
1 parent 72d2a90 commit ee5768a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/entities/acf_ammo/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ end ---------------------------------------------
do -- Mass Update -------------------------------
local function UpdateMass(Ent)
local Mass = math.floor(Ent.EmptyMass + Ent.Ammo * Ent.BulletData.CartMass)

Contraption.SetMass(Ent,Mass)
end

Expand Down

0 comments on commit ee5768a

Please sign in to comment.