implemented adding of locos to train

This commit is contained in:
Stephan Richter
2020-10-27 18:29:17 +01:00
parent ad25dd8166
commit 7b8aea89f2
6 changed files with 61 additions and 27 deletions

View File

@@ -153,7 +153,7 @@ public abstract class Turnout extends Tile implements Device{
@Override
protected void onFailure(Reply reply) {
super.onFailure(reply);
plan.stream(t("Unable to switch {}: {}",this,reply.message()));
plan.stream(t("Unable to switch \"{}\": {}",Turnout.this,reply.message()));
}
}).reply();