diff --git a/server/src/ts/action/game-action/like.ts b/server/src/ts/action/game-action/like.ts index f234a996..94e05bb1 100644 --- a/server/src/ts/action/game-action/like.ts +++ b/server/src/ts/action/game-action/like.ts @@ -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") ) {