Fixed stupid error in voice notification
This commit is contained in:
parent
5d07796a9f
commit
e34555bc0e
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ public class VoiceRouter {
|
|||
// this.currentStatus = STATUS_800_PREPARE;
|
||||
// } else
|
||||
if(previousStatus != STATUS_TOLD){
|
||||
this.currentStatus = previousStatus ++;
|
||||
this.currentStatus = previousStatus + 1;
|
||||
} else {
|
||||
this.currentStatus = previousStatus;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue