typo fix
This commit is contained in:
parent
176c2de757
commit
f65a5ca2a2
@ -11,7 +11,7 @@ func (gm *Game) revealShowCount() {
|
|||||||
return
|
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)
|
fmt.Println(err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user