Skip to content

Commit

Permalink
server: add streamingdistance setter
Browse files Browse the repository at this point in the history
  • Loading branch information
C0kkie committed Sep 30, 2023
1 parent d880272 commit 9fabd04
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 @@ -1018,7 +1018,7 @@ declare module "alt-server" {
public collision: boolean;

/** @alpha */
public readonly streamingDistance: number;
public streamingDistance: number;

/** @beta */
public readonly timestamp: number;
Expand Down

0 comments on commit 9fabd04

Please sign in to comment.