re-connected loco actions

This commit is contained in:
Stephan Richter
2020-10-11 15:08:21 +02:00
parent 412e31e0c4
commit dc4d4aebd4
3 changed files with 7 additions and 6 deletions

View File

@@ -54,7 +54,7 @@ public class Locomotive extends Car implements Constants,Device{
return loco.turn();
}
return Car.action(params);
return t("Unknown action: {}",params.get(ACTION));
}
protected Tag cockpit(String realm) {