fix sound

This commit is contained in:
chrys 2018-06-18 20:51:18 +02:00
parent d554fb4bf3
commit 16aae3d2b5

View File

@ -30,7 +30,7 @@ class barrierManager():
#if self.isBarrierChange():
if isBarrier:
if output:
self.env['runtime']['outputManager'].playSoundIcon(soundIcon='SpeechOn', interrupt=doInterrupt)
self.env['runtime']['outputManager'].playSoundIcon(soundIcon='BarrierFound', interrupt=doInterrupt)
return sayLine
def hasBarrier(self, start, end):