From f65a5ca2a293b582ac9c37927c52c812d609d00a Mon Sep 17 00:00:00 2001 From: Settel Date: Fri, 17 Sep 2021 22:55:15 +0200 Subject: [PATCH] typo fix --- server/src/game/revealShowCount.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/game/revealShowCount.go b/server/src/game/revealShowCount.go index 8f5ce3b..85f2203 100644 --- a/server/src/game/revealShowCount.go +++ b/server/src/game/revealShowCount.go @@ -11,7 +11,7 @@ func (gm *Game) revealShowCount() { return } - if err := gm.changeGamePhase(STATE_PLAY, PHASE_REVEAL_QUOTE, PHASE_REVEAL_SHOW_COUNT); err != nil { + if err := gm.changeGamePhase(STATE_PLAY, PHASE_SELECT_QUOTE, PHASE_REVEAL_SHOW_COUNT); err != nil { fmt.Println(err) return }