Skip to content

Commit

Permalink
clean code and better code
Browse files Browse the repository at this point in the history
  • Loading branch information
jeann2013 committed Dec 26, 2023
1 parent 9e3e0de commit b116f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ RegisterNetEvent('police:client:UpdateBlips', function(players)
if players then
for k, data in pairs(players) do
local id = GetPlayerFromServerId(data.source)
CreateDutyBlips(id, data.label, data.job, data.location)
CreateDutyBlip(id, data.label, data.job, data.location)
end
end
end
Expand Down

0 comments on commit b116f29

Please sign in to comment.