diff --git a/LibreMetaverse/Avatar.cs b/LibreMetaverse/Avatar.cs index 8118862a..48d6389d 100644 --- a/LibreMetaverse/Avatar.cs +++ b/LibreMetaverse/Avatar.cs @@ -299,11 +299,11 @@ namespace OpenMetaverse /// /// The attachment point (see avatar_lad.xml for a list) /// - public readonly byte AttachmentPoint; + public byte AttachmentPoint; /// /// The UUID (global) of the attachment on this point. /// - public readonly UUID AttachmentID; + public UUID AttachmentID; /// /// Determine if this is the same as another attachment object.