From ca991bfeab9235dc459417a0c121eca919ca35cd Mon Sep 17 00:00:00 2001 From: Demetrio <15928886+0xDEMXN@users.noreply.github.com> Date: Thu, 18 May 2023 13:35:06 +0200 Subject: [PATCH] fix(client/imports): correct return value for getClosestPed (#334) --- imports/getClosestPed/client.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imports/getClosestPed/client.lua b/imports/getClosestPed/client.lua index 850f5f3..bbde2e9 100644 --- a/imports/getClosestPed/client.lua +++ b/imports/getClosestPed/client.lua @@ -25,4 +25,4 @@ function lib.getClosestPed(coords, maxDistance) return closestPed, closestCoords end -return lib.getClosestObject +return lib.getClosestPed