Resolve #205: Bug where liking could result in an error if performed too late.

This commit is contained in:
Gareth Latty
2020-12-31 01:25:27 +00:00
parent 410f49a779
commit 0ceeb1b49e
+1 -1
View File
@@ -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")
) {