List primary identity

This commit is contained in:
M66B 2018-08-06 09:50:53 +00:00
parent ee03489a31
commit 2e33cc65e0
1 changed files with 1 additions and 1 deletions

View File

@ -73,6 +73,6 @@ public class EntityIdentity {
@Override
public String toString() {
return name;
return name + (primary ? "" : "");
}
}