Skip to content

Commit

Permalink
refact(skymp5-client): make RemoteServer.getIdManager public (#2058)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pospelove authored Jun 28, 2024
1 parent 77c37ca commit 63e9d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skymp5-client/src/services/services/remoteServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ export class RemoteServer extends ClientListener {
return this.worldModel.playerCharacterFormIdx;
}

private getIdManager() {
getIdManager() {
return this.idManager_;
}

Expand Down

0 comments on commit 63e9d0b

Please sign in to comment.