diff --git a/[esx]/esx_loadingscreen/client/client.lua b/[esx]/esx_loadingscreen/client/client.lua index 2aac97be..62125c3b 100644 --- a/[esx]/esx_loadingscreen/client/client.lua +++ b/[esx]/esx_loadingscreen/client/client.lua @@ -2,7 +2,7 @@ local ClientLoadESX = false AddEventHandler("playerSpawned", function () if not ClientLoadESX then - ShutDownLoadingScreenNui() + ShutdownLoadingScreenNui() ClientLoadESX = true if Config.Fade then DoScreenFadeOut(0)