fix: numplayers not having a default value

This commit is contained in:
CosminPerRam 2024-01-17 00:23:29 +02:00
parent ec708d7219
commit b481425dbf
2 changed files with 2 additions and 0 deletions

View file

@ -27,6 +27,7 @@ export class Results {
raw = {}
maxplayers = 0
numplayers = 0
players = new Players()
bots = new Players()