mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-19 07:56:02 +01:00
fix(keybinds): typo
This commit is contained in:
@@ -24,7 +24,7 @@ lib.keybinds = {
|
|||||||
data.disable = disableKeybind
|
data.disable = disableKeybind
|
||||||
|
|
||||||
RegisterCommand('+' .. data.name, function()
|
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()
|
data:onPressed()
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user