Skip to content

Commit

Permalink
refactor(client): replicate invBusy
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Sep 13, 2024
1 parent bb654f2 commit 8a0b920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ lib.onCache('ped', function(ped)
Utils.WeaponWheel()
end)

plyState:set('invBusy', true, false)
plyState:set('invBusy', true, true)
plyState:set('invHotkeys', false, false)
plyState:set('canUseWeapons', false, false)

Expand Down

0 comments on commit 8a0b920

Please sign in to comment.