Skip to content

Commit

Permalink
remove startGame event
Browse files Browse the repository at this point in the history
  • Loading branch information
tmwilliamlin168 committed Feb 16, 2021
1 parent 901197a commit 9713cba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion back/src/Game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ export default class Game {
});
}
updateSocket(client: Client) {
client.socket.emit('startGame');
this.players.find((p: Player) => p.client === client)!.sendGameState();
}
remove(client: Client) {
Expand Down

0 comments on commit 9713cba

Please sign in to comment.