Skip to content

Commit

Permalink
fix(client/main): typo for keybind
Browse files Browse the repository at this point in the history
  • Loading branch information
solareon authored Jul 31, 2024
1 parent 289a047 commit 76e3a53
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 @@ -280,7 +280,7 @@ engineBind = lib.addKeybind({
name = 'toggleengine',
description = locale('info.engine'),
defaultKey = 'G',
disable = function ()
disabled = function ()
return not cache.vehicle
end,
onPressed = function()
Expand Down

0 comments on commit 76e3a53

Please sign in to comment.