Skip to content

Commit

Permalink
Fix fueltank error
Browse files Browse the repository at this point in the history
  • Loading branch information
thecraftianman committed Sep 13, 2024
1 parent 2ccdc66 commit 1e4ebae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/entities/acf_fueltank/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ do -- Spawn and Update functions
Tank.LastActivated = 0
Tank.DataStore = Entities.GetArguments("acf_fueltank")

duplicator.ClearEntityModifier(Entity, "mass")
duplicator.ClearEntityModifier(Tank, "mass")

UpdateFuelTank(Tank, Data, Class, FuelTank, FuelType)

Expand Down

0 comments on commit 1e4ebae

Please sign in to comment.