diff --git a/imports/keybinds/client.lua b/imports/keybinds/client.lua index 1853459..b0dd830 100644 --- a/imports/keybinds/client.lua +++ b/imports/keybinds/client.lua @@ -24,7 +24,7 @@ lib.keybinds = { data.disable = disableKeybind RegisterCommand('+' .. data.name, function() - if not data.onReleased or data.disabled or IsPauseMenuActive() then return end + if not data.onPressed or data.disabled or IsPauseMenuActive() then return end data:onPressed() end)