From 1dc3d6b8650f8da5a6bd2bfa22166060e8121c9e Mon Sep 17 00:00:00 2001 From: xshady <54737754+xxshady@users.noreply.github.com> Date: Thu, 18 Jan 2024 21:29:30 +0300 Subject: [PATCH] fix(client): typos (#297) --- client/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/index.d.ts b/client/index.d.ts index dc8e7abc..6731ccc8 100644 --- a/client/index.d.ts +++ b/client/index.d.ts @@ -793,7 +793,7 @@ declare module "alt-client" { public color: shared.RGBA; public iconColor: shared.RGBA; - constructor(type: shared.CheckpointType, pos: shared.IVector3, nextPos: shared.IVector3, radius: number, height: number, rgbcolor: shared.RGBA, iconColor: shared.RGBA, streamingDistance: number); + constructor(type: shared.CheckpointType, pos: shared.IVector3, nextPos: shared.IVector3, radius: number, height: number, rgbColor: shared.RGBA, iconColor: shared.RGBA, streamingDistance: number); /** * Streaming range for the checkpoint @@ -3974,7 +3974,7 @@ declare module "alt-client" { } export class AudioFilter extends BaseObject { - constructor(filtername: string); + constructor(filterName: string); public addRotateEffect(fRate: number, priority: number): number; public addVolumeEffect(fVolume: number, priority: number, channel?: number): number;