Skip to content

Commit

Permalink
Add LocalVehicle to LocalPlayer vehicle property
Browse files Browse the repository at this point in the history
  • Loading branch information
xxshady authored Nov 9, 2023
1 parent 6e0b621 commit cb1cd4e
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 @@ -1033,7 +1033,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 cb1cd4e

Please sign in to comment.