Fix infinite loop
This commit is contained in:
parent
0eb9d3bfee
commit
1d9f84295a
1 changed files with 1 additions and 1 deletions
|
@ -901,7 +901,7 @@ public class VoiceRouter {
|
|||
} else if (type == ROUTE_RECALCULATED) {
|
||||
newCommand.routeRecalculated(left, time);
|
||||
}
|
||||
play(newCommand);
|
||||
VoiceRouter.play(newCommand);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue