mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 08:43:02 +08:00
fix(action): continue execution after final correction
This commit is contained in:
@@ -330,7 +330,7 @@ public class ActionExecutor extends AbstractAgentModule.Standalone {
|
||||
executableAction.setExecutingStage(nextStage);
|
||||
}
|
||||
stageCursor.refresh();
|
||||
return stageCursor.next();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user