Skip to content
Snippets Groups Projects
Commit dbb3cff4 authored by frederick.ney's avatar frederick.ney
Browse files

updating users' stats

parent 0d4f0167
Branches master
No related tags found
No related merge requests found
......@@ -103,6 +103,7 @@ export class GameComponent implements OnInit {
this.startCountdown = this.countdown;
} else if (this.stateGame === EnumStateGame.start && this.countdown === 0) {
this.stateGame = EnumStateGame.end;
this.updateUserStats();
}
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment