break on not /clue

master
Bel LaPointe 2023-04-07 11:29:03 -06:00
parent c6b51cee5d
commit fd1d06db73
1 changed files with 1 additions and 3 deletions

View File

@ -117,9 +117,7 @@ func ReviewQ(db DB, user IDU, q IDQ) (string, string, error) {
fmt.Printf("> /clue for a clue\n")
}
response = readline()
switch response {
case "/clue":
default:
if response != "/clue" {
break
}
fmt.Printf("> %s", question.Clues[i].ToString(db.UserResolution(user)))