This commit is contained in:
Stephan Richter
2020-11-13 10:26:49 +01:00
parent c046d999fb
commit fb61b7b033
4 changed files with 11 additions and 4 deletions

View File

@@ -259,6 +259,7 @@ public class Train extends BaseClass implements Comparable<Train> {
public String directedName() {
String result = name();
if (isSet(autopilot)) result=""+result;
if (isNull(direction)) return result;
switch (direction) {
case NORTH: