bug: #I1W8SO 版本2.3.2有个小BUG,this.setIsEnd(true)失效

This commit is contained in:
bryan31
2020-10-22 21:32:39 +08:00
parent c69e78e481
commit f47f6a61b0

View File

@@ -63,7 +63,7 @@ public class Chain implements Executable{
try{ try{
executableItem.execute(slotIndex); executableItem.execute(slotIndex);
}catch (ChainEndException e){ }catch (ChainEndException e){
break; throw e;
} }
} }
}else if(condition instanceof WhenCondition){ }else if(condition instanceof WhenCondition){