mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
fix(es_extended/server/main): PlayerConnecting Failing
https://github.com/esx-framework/esx_core/issues/1442
This commit is contained in:
@@ -97,9 +97,9 @@ end
|
||||
|
||||
if not Config.Multichar then
|
||||
AddEventHandler("playerConnecting", function(_, _, deferrals)
|
||||
local playerId = source
|
||||
deferrals.defer()
|
||||
Wait(0) -- Required
|
||||
local playerId = source
|
||||
local identifier = ESX.GetIdentifier(playerId)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user