Skip to content

Commit

Permalink
fix(client/functions): remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
BerkieBb authored and ChatDisabled committed May 6, 2023
1 parent 2918a74 commit fa02ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/functions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function QBCore.Functions.TriggerCallback(name, cb, ...)
TriggerServerEvent('QBCore:Server:TriggerCallback', name, ...)
end

function QBCore.Functions.Progressbar(_, label, duration, useWhileDead, canCancel, disableControls, animation, prop, propTwo, onFinish, onCancel)
function QBCore.Functions.Progressbar(_, label, duration, useWhileDead, canCancel, disableControls, animation, prop, _, onFinish, onCancel)
if lib.progressBar({
duration = duration,
label = label,
Expand Down

0 comments on commit fa02ec0

Please sign in to comment.