Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
thecraftianman committed Jul 25, 2024
2 parents 4ee90ae + 1fea7cf commit b81bf8e
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 @@ -62,7 +62,7 @@ do -- Spawn and Update functions
if not Class then
Data.FuelTank = "Box"

Class = FuelTanks.Get("Box")
Class = FuelTanks.Get("FTS_B")
elseif FuelTanks.IsAlias(Data.FuelTank) then
Data.FuelTank = Class.ID
end
Expand Down

0 comments on commit b81bf8e

Please sign in to comment.