bump: version 1.1.9

This commit is contained in:
MiddleSkillz
2021-05-06 01:35:18 -06:00
parent 877ceeda18
commit b645a74fb8
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -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.
+2 -2
View File
@@ -1,5 +1,5 @@
{
"version": "legacy",
"commit" : "1.1.8",
"changelog": "Code Improvements; Redundant Code Removal"
"commit" : "1.1.9",
"changelog": "Fix esx_identity"
}