修改ATS自动触发进路bug
This commit is contained in:
parent
3e11fe642a
commit
6f09c205b0
@ -299,6 +299,12 @@ public class AtsRouteSettingService {
|
||||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
for (Route route : triggerList) {
|
||||
if (this.isAtsTrigger(simulation, train, route, false, trainList)) {
|
||||
return route;
|
||||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
return triggerList.get(0);
|
||||
|
Loading…
Reference in New Issue
Block a user