Skip to content

Commit

Permalink
Drawing is possbible after automatic word choice now
Browse files Browse the repository at this point in the history
  • Loading branch information
Bios-Marcel committed Dec 7, 2024
1 parent 04c370d commit fc54523
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/frontend/templates/lobby.html
Original file line number Diff line number Diff line change
Expand Up @@ -1256,6 +1256,7 @@
waitChooseDialog.style.visibility = "hidden";
setRoundTimeLeft(parsed.data.timeLeft);
applyWordHints(parsed.data.hints);
setAllowDrawing(drawerID === ownID);
} else if (parsed.type === "next-turn") {
if (gameState === "ongoing") {
//The previous turn has ended.
Expand Down

0 comments on commit fc54523

Please sign in to comment.