Skip to content

Commit

Permalink
fix: changed var
Browse files Browse the repository at this point in the history
  • Loading branch information
TonybynMp4 committed May 7, 2024
1 parent 21b74a2 commit 31e0e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/vehicle.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ local function vehiclehudloop()
},
{
type = 'speed',
speed = getEntitySpeed(cache.vehicle) * config.speedMultiplier
speed = getEntitySpeed(cache.vehicle) * SPEED_MULTIPLIER
},
{
type = 'gauge',
Expand Down

0 comments on commit 31e0e47

Please sign in to comment.