Skip to content

Commit

Permalink
client: fix LocalPed.waitForSpawn doc (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianV85 authored Oct 30, 2023
1 parent 0e64396 commit c3991d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<void>;

public get model(): number;
Expand Down

0 comments on commit c3991d9

Please sign in to comment.