修改扣车bug
This commit is contained in:
parent
334d4ec105
commit
43274b5511
@ -426,9 +426,9 @@ public class ATPLogicLoop {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
if (train.isHold()) {
|
||||
return false;
|
||||
}
|
||||
// if (train.isHold()) {
|
||||
// return false;
|
||||
// }
|
||||
if (simulation.getRepository().getConfig().isAdjustOperationAutomatically()) {
|
||||
if (train.getDelayTime() <= 0) {
|
||||
train.setDelayTime(SimulationConstants.ATO_TRAIN_GET_SIGNAL_TO_START_DELAY);
|
||||
|
Loading…
Reference in New Issue
Block a user