Skip to content

Commit

Permalink
Merge pull request Project-Sloth#84 from lenzh/patch-1
Browse files Browse the repository at this point in the history
Fix for ox_inv
  • Loading branch information
MonkeyWhisper authored May 20, 2023
2 parents 9e06087 + 0266226 commit 221023d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1070,6 +1070,7 @@ end)
RegisterNetEvent('hud:client:OnMoneyChange', function(type, amount, isMinus)
cashAmount = PlayerData.money['cash']
bankAmount = PlayerData.money['bank']
if type == 'cash' and amount == 0 then return end
SendNUIMessage({
action = 'updatemoney',
cash = cashAmount,
Expand Down

0 comments on commit 221023d

Please sign in to comment.