Skip to content

Commit

Permalink
chore(game): Remove hardcoded lives value
Browse files Browse the repository at this point in the history
  • Loading branch information
Eronne committed Jun 23, 2020
1 parent 9d261b1 commit a0b58b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/classes/Game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ export class Game {
},
});

this.lives = 2;

// TODO: Add global.io.in(this.room.id).emit('game:start:error');

this.switchToScene(enums.scene.Type.transition);
Expand Down

0 comments on commit a0b58b2

Please sign in to comment.