Skip to content

Commit

Permalink
fix(esx_animations): Misspelled keybind description (Fix of #11)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFantomas authored Mar 9, 2024
1 parent 96d74fd commit c2132ac
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 @@ -88,4 +88,4 @@ RegisterCommand('cleartasks', function()
end, false)

RegisterKeyMapping('animmenu', 'Open Animations Menu', 'keyboard', 'f3')
RegisterKeyMapping('cleartasks', 'Stop Anmimation', 'keyboard', 'z')
RegisterKeyMapping('cleartasks', 'Stop Animation', 'keyboard', 'z')

0 comments on commit c2132ac

Please sign in to comment.