From be056737989257b7627ebc3bc4b3b687648a9a27 Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期三, 10 九月 2025 15:14:43 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/core/action/ShuttleAction.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/zy/core/action/ShuttleAction.java b/src/main/java/com/zy/core/action/ShuttleAction.java
index d709041..4c2da6f 100644
--- a/src/main/java/com/zy/core/action/ShuttleAction.java
+++ b/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;

--
Gitblit v1.9.1