mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 09:18:53 +00:00
bump: version 1.1.9
This commit is contained in:
@@ -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
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "legacy",
|
||||
"commit" : "1.1.8",
|
||||
"changelog": "Code Improvements; Redundant Code Removal"
|
||||
"commit" : "1.1.9",
|
||||
"changelog": "Fix esx_identity"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user