Skip to content

Commit

Permalink
fix(client/main): flipTime casing. (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Randolio authored Apr 2, 2024
1 parent 6608414 commit 8b09b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ RegisterNetEvent('radialmenu:flipVehicle', function()
if not vehicle then return exports.qbx_core:Notify(locale('error.no_vehicle_nearby'), 'error') end
if lib.progressBar({
label = locale('progress.flipping_car'),
duration = config.fliptime,
duration = config.flipTime,
useWhileDead = false,
canCancel = true,
disable = {
Expand Down

0 comments on commit 8b09b90

Please sign in to comment.