Skip to content

Commit ea1ea2c

Browse files
xxshadyxLuxy
authored andcommitted
Add LocalVehicle to LocalPlayer vehicle property (#287)
1 parent 6e0b621 commit ea1ea2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ declare module "alt-client" {
10331033
public readonly name: string;
10341034

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

10381038
public readonly isDead: boolean;
10391039

0 commit comments

Comments
 (0)