Comment.
This commit is contained in:
parent
b4950b3037
commit
bd14b399d5
1 changed files with 2 additions and 1 deletions
|
@ -188,7 +188,8 @@ public class RuffyScripter {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// don't execute anything if STOP menu is shown (pump is noisy already and user is probably changing the cartridge)
|
// don't execute anything if STOP menu is shown (pump is noisy already and user is probably changing the cartridge),
|
||||||
|
// just return state, including the suspended flag
|
||||||
if (currentMenu == null || currentMenu.getType() == MenuType.STOP) {
|
if (currentMenu == null || currentMenu.getType() == MenuType.STOP) {
|
||||||
returnable.cmdResult = new CommandResult().success(true).enacted(false);
|
returnable.cmdResult = new CommandResult().success(true).enacted(false);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue