remove(playerload/function): duplicate

```lua
RegisterNetEvent('esx:playerLoaded')
AddEventHandler('esx:playerLoaded', function(xPlayer)
	ESX.PlayerData = xPlayer
	ESX.PlayerLoaded = true
	RefreshBussHUD()
end)
```
Is there already
This commit is contained in:
PyschoShock
2022-09-25 13:16:08 -04:00
committed by GitHub
parent 1e2f92f90b
commit 2c3507548b
-2
View File
@@ -349,5 +349,3 @@ end
AddEventHandler('esx_society:openBossMenu', function(society, close, options)
OpenBossMenu(society, close, options)
end)
if ESX.PlayerLoaded then RefreshBussHUD() end