Remove dev comment

This commit is contained in:
Jérémie N'gadi
2017-07-31 12:56:02 +02:00
parent 7aeae48209
commit 7e6245f53f
@@ -350,7 +350,7 @@ ESX.Game.GetClosestPlayer = function()
local target = GetPlayerPed(players[i])
-- if target ~= playerPed then
if target ~= playerPed then
local targetCoords = GetEntityCoords(target)
local distance = GetDistanceBetweenCoords(targetCoords.x, targetCoords.y, targetCoords.z, playerCoords.x, playerCoords.y, playerCoords.z, true)
@@ -360,7 +360,7 @@ ESX.Game.GetClosestPlayer = function()
closestDistance = distance
end
-- end
end
end