mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 09:18:53 +00:00
🚑 Hotfix NUI cursor issue in esx_identity
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user