Skip to content

Commit

Permalink
fix!(esx_multicharacter): remove default hud function
Browse files Browse the repository at this point in the history
  • Loading branch information
CsokiHUN committed Jan 24, 2023
1 parent 3497eb6 commit c08a920
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion [core]/esx_multicharacter/client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ if ESX.GetConfig().Multichar then
RenderScriptCams(true, false, 1, true, true)
SetCamCoord(cam, offset.x, offset.y, offset.z)
PointCamAtCoord(cam, Config.Spawn.x, Config.Spawn.y, Config.Spawn.z + 1.3)
ESX.UI.HUD.SetDisplay(0.0)
StartLoop()
ShutdownLoadingScreen()
ShutdownLoadingScreenNui()
Expand Down

0 comments on commit c08a920

Please sign in to comment.