Skip to content

Commit

Permalink
Update client.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
renzuzu committed Mar 9, 2023
1 parent eaede93 commit 7fa63ae
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 @@ -304,7 +304,7 @@ CreateThread(function()
else
Hud.esx_status = false
end
if not config.framework == 'QBCORE' then
if config.framework ~= 'QBCORE' then
Hud:UpdateStatus(false,vitals)
end

Expand Down

0 comments on commit 7fa63ae

Please sign in to comment.