diff --git a/client/main.lua b/client/main.lua index 828521f7..a10c2e4a 100644 --- a/client/main.lua +++ b/client/main.lua @@ -247,7 +247,7 @@ Citizen.CreateThread(function() end if Config.EnableControls then - if IsControlJustReleased(0, Keys['K']) and GetLastInputMethod(2) and not isDead then + if IsControlJustReleased(0, Keys['K']) and IsInputDisabled(0) and not isDead then OpenAccessoryMenu() end end