Merge branch '3.8.1-DEV' of https://dev.sp-tarkov.com/SPT-AKI/Server into 3.8.1-DEV

This commit is contained in:
Dev 2024-04-17 10:09:18 +01:00
commit 6e3c312f8a

View File

@ -484,7 +484,7 @@ export class GameController
*/ */
public getServer(sessionId: string): IServerDetails[] 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) }];
} }
/** /**