Fix turn timer
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
parent
226d653455
commit
9fd89a24b8
@ -1911,7 +1911,7 @@ const pass = (game, session) => {
|
||||
color: next.color
|
||||
};
|
||||
next.turnStart = Date.now();
|
||||
game.turnTimer = startTurnTimer(game, next);
|
||||
startTurnTimer(game, next);
|
||||
game.turns++;
|
||||
addActivity(game, session, `${name} passed their turn.`);
|
||||
addChatMessage(game, null, `It is ${next.name}'s turn.`);
|
||||
|
Loading…
x
Reference in New Issue
Block a user