bugfixes:

- now initializing signals before setting aspects
- fixed css for HL2
This commit is contained in:
Stephan Richter
2021-01-01 18:18:37 +01:00
parent e50bc039cd
commit 0b3ae425c0
8 changed files with 57 additions and 10 deletions

View File

@@ -80,7 +80,7 @@ public abstract class Turnout extends Tile implements Device{
@Override
public void onFailure(Reply r) {
super.onSuccess();
super.onFailure(r);
initialized = false;
}