mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
fix(keybinds): typo
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user