Enha: mime move check; start game backlog msg

This commit is contained in:
Grail Finder
2025-05-18 09:34:43 +03:00
parent 734088d96d
commit 24f940f175
3 changed files with 29 additions and 3 deletions

View File

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