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;
|
Thread cmdThread = null;
|
||||||
try {
|
try {
|
||||||
activeCmd = cmd;
|
activeCmd = cmd;
|
||||||
|
unparsableMenuEncountered = false;
|
||||||
long connectStart = System.currentTimeMillis();
|
long connectStart = System.currentTimeMillis();
|
||||||
ensureConnected();
|
ensureConnected();
|
||||||
log.debug("Connection ready to execute cmd " + cmd);
|
log.debug("Connection ready to execute cmd " + cmd);
|
||||||
|
|
Loading…
Reference in a new issue