removed route managing code: preparing to re-implement
This commit is contained in:
@@ -407,7 +407,7 @@ public abstract class Block extends StretchableTile{
|
||||
Train newTrain = Train.get(trainId);
|
||||
if (isSet(newTrain) && newTrain != train) {
|
||||
newTrain.dropTrace();
|
||||
if (connections(newTrain.direction()).isEmpty()) newTrain.heading(null);
|
||||
if (connections(newTrain.direction()).isEmpty()) newTrain.heading(null);
|
||||
newTrain.set(this);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user