Skip to content

Commit

Permalink
missing %
Browse files Browse the repository at this point in the history
  • Loading branch information
KostaZx committed May 9, 2024
1 parent 8589cd9 commit 782cfce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ local function OpenVehicleMenu()
},
{
title = 'Fuel Level',
description = ('Level: %s'):format(tostring(math.ceil(fuelProgress))),
description = ('Level: %s%%'):format(tostring(math.ceil(fuelProgress))),
progress = math.ceil(fuelProgress),
colorScheme = '#FFFF00',
icon = 'fas fa-gas-pump'
Expand Down

0 comments on commit 782cfce

Please sign in to comment.