pull/168/head
M66B 5 years ago
parent 8e4c91fdbe
commit e6ac85b7be

@ -200,7 +200,8 @@ public class EntityAttachment {
Objects.equals(this.encryption, other.encryption) &&
Objects.equals(this.size, other.size) &&
Objects.equals(this.progress, other.progress) &&
this.available.equals(other.available));
this.available.equals(other.available) &&
Objects.equals(this.error, other.error));
} else
return false;
}

Loading…
Cancel
Save