From e63c5fef00cf2db2a24347bf5a9abfd131e8318d Mon Sep 17 00:00:00 2001 From: Gellipapa Date: Sat, 16 Sep 2023 14:13:28 +0200 Subject: [PATCH] :ambulance: Hotfix NUI cursor issue in esx_identity --- [core]/esx_identity/client/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[core]/esx_identity/client/main.lua b/[core]/esx_identity/client/main.lua index 59b516e4..5e647b05 100644 --- a/[core]/esx_identity/client/main.lua +++ b/[core]/esx_identity/client/main.lua @@ -44,7 +44,7 @@ if not Config.UseDeferrals then RegisterNetEvent('esx_identity:showRegisterIdentity', function() TriggerEvent('esx_skin:resetFirstSpawn') - while not ready do + while not (ready and loadingScreenFinished) do print('Waiting for esx_identity NUI..') Wait(100) end