Skip to content

Commit

Permalink
🎨Code formatted in all files
Browse files Browse the repository at this point in the history
  • Loading branch information
Gellipapa authored and ESX GITHUB ACTIONS BOT committed Jun 8, 2024
1 parent a1a8410 commit f96fe07
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 @@ -34,8 +34,8 @@ local function ToggleHud(state)
HUD.Data.hudHidden = not state
end

RegisterNetEvent('esx_hud:HudToggle', ToggleHud)
exports('HudToggle', ToggleHud)
RegisterNetEvent("esx_hud:HudToggle", ToggleHud)
exports("HudToggle", ToggleHud)

-- Handlers
-- On script start
Expand Down

0 comments on commit f96fe07

Please sign in to comment.