mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
fix: numplayers not having a default value
This commit is contained in:
parent
ec708d7219
commit
b481425dbf
2 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ export class Results {
|
|||
raw = {}
|
||||
|
||||
maxplayers = 0
|
||||
numplayers = 0
|
||||
players = new Players()
|
||||
bots = new Players()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue