Skip to content

Commit

Permalink
fix(keybinds): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Oct 14, 2022
1 parent 7355d9e commit 01b4c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imports/keybinds/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 01b4c53

Please sign in to comment.