feat: add query port to the results (#476)

This commit is contained in:
CosminPerRam 2024-01-17 00:20:56 +02:00 committed by GitHub
parent 2ffff5e7d6
commit ec708d7219
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 0 deletions

View file

@ -29,4 +29,6 @@ export class Results {
maxplayers = 0
players = new Players()
bots = new Players()
queryPort = 0
}