Skip to content

Commit

Permalink
🎨Code formatted in all files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenshiin13 authored and ESX GITHUB ACTIONS BOT committed Jan 5, 2025
1 parent 4afca83 commit 72de703
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ function HUD:SetHudColor()
end

function HUD:Start(xPlayer)
while not ESX.PlayerLoaded do Wait(0) end
while not ESX.PlayerLoaded do
Wait(0)
end

if not xPlayer then
xPlayer = ESX.GetPlayerData()
Expand Down

0 comments on commit 72de703

Please sign in to comment.