Fixed account name

This commit is contained in:
M66B
2018-12-28 07:40:27 +00:00
parent f3ae196f9d
commit c8c7c2a529

View File

@@ -179,4 +179,10 @@ public class EntityAccount {
} else
return false;
}
@NonNull
@Override
public String toString() {
return name + (primary ? "" : "");
}
}