Skip to content

Commit

Permalink
Add LocalVehicle to LocalPlayer vehicle property (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxshady authored Nov 9, 2023
1 parent 1660cbb commit 112a6f4
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 @@ -974,7 +974,7 @@ declare module "alt-client" {
public readonly name: string;

/** Player's vehicle, null if player is not in any vehicle */
public readonly vehicle: Vehicle | null;
public readonly vehicle: Vehicle | LocalVehicle | null;

public readonly isDead: boolean;

Expand Down

0 comments on commit 112a6f4

Please sign in to comment.