Skip to content

Commit

Permalink
server: Fix Ped.armour spelling (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarasx authored Oct 18, 2023
1 parent 8aee3c1 commit fe05ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3502,7 +3502,7 @@ declare module "alt-server" {
public static readonly count: number;
public currentWeapon: number;
public health: number;
public amour: number;
public armour: number;
}

/** @beta */
Expand Down

0 comments on commit fe05ff7

Please sign in to comment.