From b645a74fb8ce4287d8b4597278a8836e1e53e23b Mon Sep 17 00:00:00 2001 From: MiddleSkillz Date: Thu, 6 May 2021 01:35:18 -0600 Subject: [PATCH] bump: version 1.1.9 --- client/main.lua | 1 + version.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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" }