small status order correction
This commit is contained in:
parent
04dfa4c4cd
commit
4f10d8a10f
1 changed files with 1 additions and 1 deletions
|
@ -184,9 +184,9 @@ public class VoiceRouter {
|
|||
CommandBuilder play = getNewCommandPlayerToPlay();
|
||||
if(play != null){
|
||||
play.goAhead(router.getLeftDistance()).andArriveAtDestination().play();
|
||||
}
|
||||
currentStatus = STATUS_TOLD;
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
if(dist == 0 || currentStatus == STATUS_TOLD){
|
||||
|
|
Loading…
Reference in a new issue