mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 09:18:53 +00:00
Fix: Metadata update to client side
This commit is contained in:
@@ -629,6 +629,5 @@ for i = 1, #DoNotUse do
|
||||
end
|
||||
|
||||
RegisterNetEvent('esx:updatePlayerData', function(key, val)
|
||||
if GetInvokingResource() ~= 'es_extended' then return end
|
||||
ESX.SetPlayerData(key, val)
|
||||
end)
|
||||
Reference in New Issue
Block a user