Skip to content

Commit

Permalink
Chat spam fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GhzGarage authored Apr 1, 2022
1 parent e6e7f02 commit 6e77253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ end)

-- Command and Keymapping

RegisterCommand('+playerfocus', function()
RegisterCommand('playerfocus', function()
if headerShown then
SetNuiFocus(true, true)
end
end)

RegisterKeyMapping('+playerFocus', 'Give Menu Focus', 'keyboard', 'LMENU')
RegisterKeyMapping('playerFocus', 'Give Menu Focus', 'keyboard', 'LMENU')

-- Exports

Expand Down

0 comments on commit 6e77253

Please sign in to comment.