Skip to content

Commit

Permalink
Update main.lua
Browse files Browse the repository at this point in the history
Fix missing parameters
  • Loading branch information
mindkind authored Apr 4, 2024
1 parent 82f9e07 commit 09d2bd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ local GetVehicleEngineHealth = GetVehicleEngineHealth

RegisterNetEvent('esx:playerLoaded', function(xPlayer)
ESX.PlayerLoaded = true
ESX.PlayerData = xPlayer
refreshBlips()
end)

Expand Down

0 comments on commit 09d2bd6

Please sign in to comment.