Merge pull request #1210 from Gellipapa/fix-esx-identity-nui-cursor-bug

🚑 Fix esx identity nui cursor bug
This commit is contained in:
Gellipapa
2023-09-16 14:17:04 +02:00
committed by GitHub
+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