🚑 Hotfix NUI cursor issue in esx_identity

This commit is contained in:
Gellipapa
2023-09-16 14:13:28 +02:00
parent 24f20cec02
commit e63c5fef00
+1 -1
View File
@@ -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