Merge pull request #1864 from jotomo/ruffyscripter-unparsable-menu-reset
Bugfix, Combo: recovery after encountering an unknown menu
This commit is contained in:
commit
777896855d
1 changed files with 1 additions and 0 deletions
|
@ -242,6 +242,7 @@ public class RuffyScripter implements RuffyCommands {
|
|||
Thread cmdThread = null;
|
||||
try {
|
||||
activeCmd = cmd;
|
||||
unparsableMenuEncountered = false;
|
||||
long connectStart = System.currentTimeMillis();
|
||||
ensureConnected();
|
||||
log.debug("Connection ready to execute cmd " + cmd);
|
||||
|
|
Loading…
Reference in a new issue