Skip to content

Commit

Permalink
fix(client): use currentWeapon.hash
Browse files Browse the repository at this point in the history
  • Loading branch information
solareon committed Jul 15, 2024
1 parent 4724d1a commit a514610
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 @@ -845,7 +845,7 @@ AddEventHandler('ox_inventory:currentWeapon', function(currentWeapon)

if not currentWeapon then return end

startWeaponStressThread(currentWeapon.name)
startWeaponStressThread(currentWeapon.hash)
end)

-- Stress Screen Effects
Expand Down

0 comments on commit a514610

Please sign in to comment.