refractor(loadingscreen): "D" -> "d"

This commit is contained in:
Douth
2022-04-25 13:15:12 -05:00
parent 4c8cc681bc
commit 44a95f1916
+1 -1
View File
@@ -2,7 +2,7 @@ local ClientLoadESX = false
AddEventHandler("playerSpawned", function ()
if not ClientLoadESX then
ShutDownLoadingScreenNui()
ShutdownLoadingScreenNui()
ClientLoadESX = true
if Config.Fade then
DoScreenFadeOut(0)