mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-16 22:46:03 +01:00
fix(client/imports): correct return value for getClosestPed (#334)
This commit is contained in:
@@ -25,4 +25,4 @@ function lib.getClosestPed(coords, maxDistance)
|
|||||||
return closestPed, closestCoords
|
return closestPed, closestCoords
|
||||||
end
|
end
|
||||||
|
|
||||||
return lib.getClosestObject
|
return lib.getClosestPed
|
||||||
|
|||||||
Reference in New Issue
Block a user