Skip to content

Commit

Permalink
server: Fix PointBlip constructor (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxshady authored and xLuxy committed Nov 2, 2023
1 parent 4925971 commit c7d9b00
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 @@ -2654,7 +2654,7 @@ declare module "alt-server" {
export class PointBlip extends Blip {
constructor(x: number, y: number, z: number, global: boolean);

constructor(pos: shared.IVector3, global: boolean);
constructor(pos: shared.Vector3, global: boolean);

constructor(entity: Entity, global: boolean);
}
Expand Down

0 comments on commit c7d9b00

Please sign in to comment.