diff --git a/client/main.lua b/client/main.lua index 8e09eb81..59857c01 100644 --- a/client/main.lua +++ b/client/main.lua @@ -67,6 +67,7 @@ AddEventHandler('esx:playerLoaded', function(playerData, isNew) DoScreenFadeIn(10000) StartServerSyncLoops() if isNew then + TriggerEvent('esx_identity:showRegisterIdentity') -- Put your code for if you want to do something with new players. else -- If they aren't new put that code here. diff --git a/version.json b/version.json index 1762b8fa..3ff5d1a3 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { "version": "legacy", - "commit" : "1.1.8", - "changelog": "Code Improvements; Redundant Code Removal" + "commit" : "1.1.9", + "changelog": "Fix esx_identity" }