dunno what to write, this is a non-clean state...

This commit is contained in:
Stephan Richter
2021-03-16 21:39:34 +01:00
parent fd254db358
commit 030b29499f
4 changed files with 152 additions and 131 deletions

View File

@@ -30,7 +30,6 @@ public class PreserveRoute extends Action {
return false; // train is expected to wait in next block.
}
train.reserveRouteAfter(route);
return true;
return route.prepareNext(train);
}
}