Skip to content

Commit

Permalink
client: remoteId -> remoteID
Browse files Browse the repository at this point in the history
  • Loading branch information
C0kkie committed Sep 14, 2023
1 parent c331590 commit 32e2566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ declare module "alt-client" {
* The serverside id of this entity.
* @beta
* */
public readonly remoteId: number;
public readonly remoteID: number;

/**
* Gets the base object with the given type and local id
Expand Down

0 comments on commit 32e2566

Please sign in to comment.