mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 00:01:22 +00:00
fix update shared and get at player connection
This commit is contained in:
@@ -28,11 +28,6 @@ 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