mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56: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
|
||||
end
|
||||
|
||||
return lib.getClosestObject
|
||||
return lib.getClosestPed
|
||||
|
||||
Reference in New Issue
Block a user