Skip to content

Commit

Permalink
Resolve #205: Bug where liking could result in an error if performed …
Browse files Browse the repository at this point in the history
…too late.
  • Loading branch information
Lattyware committed Dec 29, 2020
1 parent 7f60cb6 commit d86a986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/ts/action/game-action/like.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class LikeActions extends Actions.Implementation<
action
) => {
if (
lobby.game.round.verifyStage<
lobby.game.round.isInStage<
Round.Revealing | Round.Judging | Round.Complete
>(action, "Revealing", "Judging", "Complete")
) {
Expand Down

0 comments on commit d86a986

Please sign in to comment.