diff --git a/project/src/controllers/GameController.ts b/project/src/controllers/GameController.ts index f8be4796..ac7e9dbe 100644 --- a/project/src/controllers/GameController.ts +++ b/project/src/controllers/GameController.ts @@ -484,7 +484,7 @@ export class GameController */ public getServer(sessionId: string): IServerDetails[] { - return [{ ip: this.httpConfig.ip, port: this.httpConfig.port }]; + return [{ ip: this.httpConfig.backendIp, port: Number.parseInt(this.httpConfig.backendPort) }]; } /**