This commit is contained in:
Settel 2021-09-17 22:55:15 +02:00
parent 176c2de757
commit f65a5ca2a2

View File

@ -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
}