Fix bug in speech input grotto

This commit is contained in:
Nadine Ganz 2025-05-21 15:33:57 +02:00
parent 7a3ab5302e
commit 9c1323d2fc

View File

@ -252,7 +252,7 @@ Tree("32_Grotto_Story_B_Grotto_Intro") {
BTC.StopSpeechIntentRecognition() BTC.StopSpeechIntentRecognition()
BTC.ClearPossbileSpeechIntents() BTC.ClearPossbileSpeechIntents()
BTC.CompareUserSpeechInputStarted(true) BTC.Fail()
} }
} }
} }