grubersjoe/daddel

Retrieve maxPlayers from games collection instead of match

Closed this issue · 1 comments

Right now, the maxPlayers attribute is present as property of both the Match and Game object. However, this information should always be retrieved though the games collection and not be part of the match object since it cleary belongs to the Game.

Fixed with 44485f6. Matches have a reference to the Game now.