mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 03:01:31 +00:00
fix(esx_multicharacter): fix attempting to access nil table
This commit is contained in:
@@ -64,6 +64,7 @@ MySQL.ready(function()
|
||||
|
||||
Database.connected = true
|
||||
|
||||
ESX.Jobs = ESX.GetJobs()
|
||||
while not next(ESX.Jobs) do
|
||||
Wait(500)
|
||||
ESX.Jobs = ESX.GetJobs()
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
ESX.Players = {}
|
||||
|
||||
function Server:GetIdentifier(source)
|
||||
local fxDk = GetConvarInt("sv_fxdkMode", 0)
|
||||
if fxDk == 1 then
|
||||
|
||||
Reference in New Issue
Block a user