Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Dec 31, 2023
1 parent f9e6945 commit 4e69310
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 @@ -63,7 +63,7 @@ CreateThread(function()
if weaponData.name == 'WEAPON_UNARMED' then
table.remove(weaponsData, i)
else
weaponData.hash = joaat(weaponData.name)
weaponData.hash = GetHashKey(weaponData.name)
end
end

Expand Down

0 comments on commit 4e69310

Please sign in to comment.