fix(client/main): Disable status bars after relogging

This commit is contained in:
Linden
2021-06-04 11:45:22 +10:00
committed by GitHub
parent 97289e615b
commit 5a8e750287
+4
View File
@@ -50,6 +50,10 @@ end)
RegisterNetEvent('esx:onPlayerLogout')
AddEventHandler('esx:onPlayerLogout', function()
Status = {}
SendNUIMessage({
update = true,
status = Status
})
end)
RegisterNetEvent('esx_status:load')