Skip to content

Commit

Permalink
added keybind for respond in config
Browse files Browse the repository at this point in the history
  • Loading branch information
BubbleDK committed Aug 21, 2024
1 parent 1c65044 commit e6f5e04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ local function respondToCall()
end

respondKey = lib.addKeybind({
deafultKey = 'g',
deafultKey = config.defaultRespondKey,
description = 'Reponds to call',
name = 'respondToCall',
onPressed = respondToCall
Expand Down
1 change: 1 addition & 0 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ return {
framework = 'qb_core',
defaultAlertsDelay = 10,
fivemanageAPIKey = '',
defaultRespondKey = 'g'
}

0 comments on commit e6f5e04

Please sign in to comment.