微调
This commit is contained in:
parent
509e16aced
commit
55f59286c1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user