diff --git a/trainings/trainingLargePassengerFlow/trainingLargePassengerFlow.gd b/trainings/trainingLargePassengerFlow/trainingLargePassengerFlow.gd index e527552..be29bed 100644 --- a/trainings/trainingLargePassengerFlow/trainingLargePassengerFlow.gd +++ b/trainings/trainingLargePassengerFlow/trainingLargePassengerFlow.gd @@ -740,7 +740,7 @@ func nextStep(): await voiceCommunication.speech_record_check(step.checkVoice) if !step.has('notNestStepAfterFinisnCheckVoice') : nextStep() - if !step.has('doAfterFinisnCheckVoice') : + if step.has('doAfterFinisnCheckVoice') : step['doAfterFinisnCheckVoice'].call() if step.play: var sound = load(step.playPath)