Skip to content

Commit

Permalink
fix(client/framework): ESX PlayerLoaded Event
Browse files Browse the repository at this point in the history
  • Loading branch information
uShifty authored May 26, 2023
1 parent 1a964bd commit 82dfe04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/framework.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ AddEventHandler('QBCore:Client:OnPlayerLoaded', function()
initalizeBanking()
end)

AddEventHandler('esx:playerLoaded', function(xPlayer)
RegisterNetEvent('esx:playerLoaded', function(xPlayer)
Wait(100)
FullyLoaded = true
initalizeBanking()
Expand Down

0 comments on commit 82dfe04

Please sign in to comment.