Skip to content

Commit

Permalink
Removed double same vehicle.isBumperBrokenOff in same interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Kopraa committed Feb 12, 2024
1 parent 81a1dcb commit 99e0354
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/client/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2654,7 +2654,6 @@ declare interface VehicleMp extends EntityMp {
isAttachedToTowTruck(vehicle: Handle): boolean;
isAttachedToTrailer(): boolean;
isBig(): boolean;
isBumperBrokenOff(front: boolean): boolean;
isCargobobHookActive(): boolean;
isCargobobMagnetActive(): boolean;
isDamaged(): boolean;
Expand Down

0 comments on commit 99e0354

Please sign in to comment.