Enha: mime move check; start game backlog msg
This commit is contained in:
@ -41,7 +41,7 @@ func HandleShowColor(w http.ResponseWriter, r *http.Request) {
|
||||
return
|
||||
}
|
||||
if fi.State.Role != "guesser" {
|
||||
err = errors.New("need to guesser to open the card")
|
||||
err = errors.New("need to be guesser to open the card")
|
||||
abortWithError(w, err.Error())
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user