Small improvements

This commit is contained in:
M66B
2021-02-15 11:56:37 +01:00
parent 4e71cb4316
commit c0d40ec980
3 changed files with 16 additions and 8 deletions

View File

@@ -546,6 +546,7 @@ public class EntityMessage implements Serializable {
this.ui_hide.equals(other.ui_hide) &&
this.ui_found.equals(other.ui_found) &&
this.ui_ignored.equals(other.ui_ignored) &&
this.ui_silent.equals(other.ui_silent) &&
this.ui_browsed.equals(other.ui_browsed) &&
Objects.equals(this.ui_busy, other.ui_busy) &&
Objects.equals(this.ui_snoozed, other.ui_snoozed) &&