From c3991d976bb9dba2000f0283d637ca5c0e24ce60 Mon Sep 17 00:00:00 2001 From: Florian V Date: Mon, 30 Oct 2023 10:37:36 +0100 Subject: [PATCH] client: fix LocalPed.waitForSpawn doc (#282) --- client/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/index.d.ts b/client/index.d.ts index 78dac6d5..e36270fc 100644 --- a/client/index.d.ts +++ b/client/index.d.ts @@ -4600,7 +4600,7 @@ declare module "alt-client" { */ public static getByScriptID(scriptID: number): LocalPed | null; - /** Waits asynchronously until the vehicle spawns. */ + /** Waits asynchronously until the ped spawns. */ public waitForSpawn(timeout?: number): Promise; public get model(): number;