fix sound
This commit is contained in:
@ -30,7 +30,7 @@ class barrierManager():
|
|||||||
#if self.isBarrierChange():
|
#if self.isBarrierChange():
|
||||||
if isBarrier:
|
if isBarrier:
|
||||||
if output:
|
if output:
|
||||||
self.env['runtime']['outputManager'].playSoundIcon(soundIcon='SpeechOn', interrupt=doInterrupt)
|
self.env['runtime']['outputManager'].playSoundIcon(soundIcon='BarrierFound', interrupt=doInterrupt)
|
||||||
return sayLine
|
return sayLine
|
||||||
|
|
||||||
def hasBarrier(self, start, end):
|
def hasBarrier(self, start, end):
|
||||||
|
Reference in New Issue
Block a user