src/main/java/com/zy/core/action/ShuttleAction.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/zy/core/action/ShuttleAction.java
@@ -270,8 +270,10 @@ boolean supportContinuously = false; int checkIdx = commandStep - 2; if (checkIdx < 0) { supportContinuously = true; checkIdx = commandStep - 1; } ShuttleCommand last2Command = commands.get(checkIdx); if(last2Command.getComplete()){ supportContinuously = true;