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();
|
CommandBuilder play = getNewCommandPlayerToPlay();
|
||||||
if(play != null){
|
if(play != null){
|
||||||
play.goAhead(router.getLeftDistance()).andArriveAtDestination().play();
|
play.goAhead(router.getLeftDistance()).andArriveAtDestination().play();
|
||||||
}
|
|
||||||
currentStatus = STATUS_TOLD;
|
currentStatus = STATUS_TOLD;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(dist == 0 || currentStatus == STATUS_TOLD){
|
if(dist == 0 || currentStatus == STATUS_TOLD){
|
||||||
|
|
Loading…
Reference in a new issue