Skip to content

Commit

Permalink
fix: wrong variable name (#76)
Browse files Browse the repository at this point in the history
fixing small oopsieee
  • Loading branch information
SKITTLE6969 authored Feb 13, 2024
1 parent 42d68ac commit faff993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ return {
hudComponents = {1, 2, 3, 4, 7, 9, 13, 14, 19, 20, 21, 22},

-- https://docs.fivem.net/docs/game-references/controls/
disableControls = {37},
controls = {37},

-- False disables ammo display
displayAmmo = true,
Expand Down Expand Up @@ -95,4 +95,4 @@ return {
},
},
}
}
}

0 comments on commit faff993

Please sign in to comment.