bugfix in simulation

This commit is contained in:
Stephan Richter
2020-11-14 13:58:37 +01:00
parent 1ca2402b59
commit 81d9f97740
3 changed files with 4 additions and 3 deletions

View File

@@ -646,7 +646,7 @@ public class Train extends BaseClass implements Comparable<Train> {
}
try {
Thread.sleep(1000);
plan.stream(t("Simulating movement of {}..."));
plan.stream(t("Simulating movement of {}...",this));
new Thread() {
public void run() {
for (Tile tile : route.path()) {