diff --git a/server/src/objects/Game.ts b/server/src/objects/Game.ts index 15264f7..885a350 100644 --- a/server/src/objects/Game.ts +++ b/server/src/objects/Game.ts @@ -61,8 +61,8 @@ export class Game { /** The deck of the fuel cards */ get deck() { return this._deck; }; - /** The players in the game */ - get players() { return this._players }; + /** A list players of in the game */ + get players() { return this._players; }; /** * The algorithm to determine which direction the closest ship is, this