RuffyScripter: reset unparsableMenuEncountered flag on command start.
This commit is contained in:
parent
0693a599d5
commit
a17947ff12
|
@ -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