From 55f59286c12e77d839abbfe8049640f7d93e5da1 Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Mon, 15 Jul 2024 14:23:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trainingLargePassengerFlow/trainingLargePassengerFlow.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)