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
1 changed files with 1 additions and 1 deletions

View File

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