mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 01:01:24 +00:00
Merge branch 'patch-2' of https://github.com/hakos47/qb-core
This commit is contained in:
@@ -28,6 +28,11 @@ function QBCore.Player.Login(source, citizenid, newData)
|
||||
end
|
||||
else
|
||||
QBCore.Player.CheckPlayerData(source, newData)
|
||||
end
|
||||
for k,v in pairs(QBCore.Shared) do
|
||||
if type (v) == 'table' then
|
||||
TriggerClientEvent('QBCore:Client:OnSharedUpdateMultiple', source, k,v)
|
||||
end
|
||||
end
|
||||
return true
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user