Fix infinite loop

This commit is contained in:
Victor Shcherb 2019-07-13 12:42:46 +02:00
parent 0eb9d3bfee
commit 1d9f84295a

View file

@ -901,7 +901,7 @@ public class VoiceRouter {
} else if (type == ROUTE_RECALCULATED) {
newCommand.routeRecalculated(left, time);
}
play(newCommand);
VoiceRouter.play(newCommand);
}
}
}