use serverId in protocol instead of legacy info object
This commit is contained in:
@ -99,7 +99,7 @@ export class App {
|
||||
// error = defined with "Waiting" description
|
||||
// info = safely defined with configured data
|
||||
const latestPing = pings[pings.length - 1]
|
||||
const serverRegistration = this.serverRegistry.createServerRegistration(latestPing.info.name)
|
||||
const serverRegistration = this.serverRegistry.createServerRegistration(latestPing.serverId)
|
||||
|
||||
serverRegistration.initServerStatus(latestPing)
|
||||
|
||||
|
Reference in New Issue
Block a user