Skip to content

Commit

Permalink
Merge pull request #107 from KeeganAI/patch-1
Browse files Browse the repository at this point in the history
feat(legacy/Common/functions/getweaponlist.md) typo fix.
  • Loading branch information
Gellipapa authored Mar 13, 2024
2 parents def94ce + a114fcb commit 7df05b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/legacy/Common/functions/getweaponlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ end
```lua
local list = ESX.GetWeaponList(true)
for hash, weapon in pairs(list) do
print(('weapon name: %s, hash: %s'):format(hash, weapon.name))
print(('weapon name: %s, hash: %s'):format(weapon.name, hash))
end
```

0 comments on commit 7df05b3

Please sign in to comment.