Skip to content

Commit

Permalink
Update config_client.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobius1 committed Apr 6, 2023
1 parent a31013c commit 225edf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config_client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ Config.Controls = {

-- Callback fired when entering the camera view
Config.OnEnterCam = function()
TriggerEvent('hud:client:DisableHud')

end

-- Callback fired when exiting the camera view
Config.OnExitCam = function()
TriggerEvent('hud:client:EnableHud')

end

-- List of material hashes a player can't place a spycam on
Expand Down

0 comments on commit 225edf1

Please sign in to comment.