Bugfixes + implemented deleting and update of BlockContacts

This commit is contained in:
Stephan Richter
2020-12-20 14:44:35 +01:00
parent 6d9a4d9120
commit 49a19c8b17
11 changed files with 40 additions and 27 deletions

View File

@@ -236,7 +236,7 @@ public class Relay extends Tile implements Device{
@Override
public String toString() {
return getClass().getSimpleName()+" ("+(isSet(name) && !name.isEmpty() ? name+")" : "")+" @("+x+", "+y+")";
return t(getClass().getSimpleName())+" ("+(isSet(name) && !name.isEmpty() ? name+")" : "")+" @("+x+", "+y+")";
}
@Override