From 44a95f19163e827e595bf3ef3de252e81ac3de4c Mon Sep 17 00:00:00 2001 From: Douth <47131318+douth-c@users.noreply.github.com> Date: Mon, 25 Apr 2022 13:15:12 -0500 Subject: [PATCH] refractor(loadingscreen): "D" -> "d" --- [esx]/esx_loadingscreen/client/client.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)