bug: #I1W8SO 版本2.3.2有个小BUG,this.setIsEnd(true)失效
This commit is contained in:
parent
c69e78e481
commit
f47f6a61b0
|
|
@ -63,7 +63,7 @@ public class Chain implements Executable{
|
|||
try{
|
||||
executableItem.execute(slotIndex);
|
||||
}catch (ChainEndException e){
|
||||
break;
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
}else if(condition instanceof WhenCondition){
|
||||
|
|
|
|||
Loading…
Reference in New Issue