Skip to content

Commit

Permalink
Merge pull request #18 from ChristianBDev/patch-1
Browse files Browse the repository at this point in the history
Update evidence.lua Remove Print("Job Update")
  • Loading branch information
GhzGarage authored Jul 5, 2023
2 parents aee2a6c + a4c568e commit 989f83f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/evidence.lua
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ RegisterNetEvent("QBCore:Client:OnPlayerUnloaded", function()
end)

RegisterNetEvent('QBCore:Player:SetPlayerData', function(playerData)
print("Job Update")
PlayerJob = playerData.job
local name = PlayerJob.name
local onduty = PlayerJob.onduty
Expand All @@ -326,4 +325,4 @@ end)
-- local _, weapon = GetCurrentPedWeapon(ped)
-- print(source,ped, weapon)
-- SetPedInfiniteAmmo(ped, true, weapon)
-- end, false)
-- end, false)

0 comments on commit 989f83f

Please sign in to comment.