Enha: wait for mime clue
This commit is contained in:
@ -51,6 +51,10 @@ func HandleShowColor(w http.ResponseWriter, r *http.Request) {
|
||||
abortWithError(w, err.Error())
|
||||
return
|
||||
}
|
||||
if !fi.Room.MimeDone {
|
||||
abortWithError(w, "wait for the clue")
|
||||
return
|
||||
}
|
||||
color, exists := roundWords[word]
|
||||
log.Debug("got show-color request", "word", word, "color", color)
|
||||
if !exists {
|
||||
|
Reference in New Issue
Block a user