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:
commit
6e3c312f8a
@ -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) }];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user